Managing Heap Memory


 The Windows subsystem on Windows NT provides high-level memory management functions that make it easy for applications to build dynamic data structures, provide compatibility with previous versions of Windows, and create buffers and temporary placeholders for system functions.

HeapAlloc
GetProcessHeap
HeapFree

相关