阅读背景:

内存密集型应用程序中的内存管理

来源:互联网 

If you are developing a memory intensive application in C++ on Windows, do you opt to write your own custom memory manager to allocate memory from virtual address space or do you allow CRT to take control and do the memory management for you ? I am especially concerned about the fragmentation caused by the allocation and deallocation of small objects on heap. Because of this, I think the process will run out of memory eventhough there is enough memory but is fragmented.If you are developing a memory intensive applic




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: