![]() |
Home |
|
Function RTGetProcessERAMHeapFunction RTGetProcessERAMHeap returns a Win32 handle for the ERAM heap which can be used with the Win32 heap API (HeapAlloc, HeapFree, etc): HANDLE RTGetProcessERAMHeap(void); Memory allocated from the ERAM heap has virtual addresses of at most 32 bits, but the physical addresses have 33 or more bits. For details, please see section ERAM.
|