Home |
RTTarget-32 Programming Manual Function RTGetExtMem Function RTReserveVirtualAddress Function RTReleaseVirtualAddress Function RTAllocPhysPageAligned Function RTGetProcessPhysMemHeap System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) |
Function RTGetExtMemThis function can retrieve the amount of extended memory reported by the BIOS at boot time: DWORD RTGetExtMem(void); The return value is the amount of installed RAM above address 1M or zero if the BIOS does not support BIOS function int 15h, ah=E820h or ah=E801h. Extending the heap at run-time is best done with function RTCMOSExtendHeap. Function RTCMOSExtendHeap calls RTGetExtMem internally.
|