Home |
RTTarget-32 Programming Manual Function RTReserveVirtualAddress Function RTReleaseVirtualAddress Function RTAllocPhysPageAligned Function RTGetProcessPhysMemHeap Function RTGetProcessERAMHeap System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
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. Function RTGetProcessPhysMemHeap
|