Re: Windows 系统资源的问题

C/C++本地代码调试

Windows 系统资源的问题


Gaoquan 2009-12-29, 17:11 下午
在windows运行某些程序的时候会提示系统资源不足。请问系统资源出除了heap以外,还有其他的吗?
谢谢!

Re: Windows 系统资源的问题


bigblueapple 2010-01-22, 06:15 上午
There are user heap and kernel heap. Mostly, insufficient resource indicates some kernel resources are used up.

Re: Windows 系统资源的问题


找出十万个BUG 2010-02-02, 17:48 下午
用户堆和核堆

Re: Windows 系统资源的问题


Oak 2010-02-02, 19:56 下午
堆 进程堆,动态堆 PEB可以看到使用情况
栈 每个线程可以分配1M
当然还有磁盘文件,这个可能性比较小

Powered by Community Server Powered by CnForums.Net