《.NET内存管理宝典 》(Pro .NET Memory Management) 阅读指南 - 第2章

本章勘误:

暂无,等待细心的你告诉我哦。

本章注解:

出处:2.2.6 Windows内存布局
原文: segment heap:用于Universal Windows Platform程序,它提供了更精密的allocator(其中包括与上面类似的low-fragmentation allocator)
脚注:现在已支持 win32 程序了,请看 https://blogs.windows.com/msedgedev/2020/06/17/improving-memory-usage/ 里有说明:segment heap memory improvements now available for Win32 applications


本章释疑:

致谢:

MVP 林德熙

上一篇:std::vector::vector//周末进行翻译//代码来自c plus plus


下一篇:C++空间配置器 Allocator