Home |
RTTarget-32 Programming Manual System Management BIOS (SMBIOS) Advanced Programmable Interrupt Controller (APIC) Advanced Configuration and Power Interface (ACPI) Tables Function RTT_ERAM_AllocBlocks |
Function RTT_ERAM_AllocBlocksRTT_ERAM_AllocBlocks allocates a set of 4 megabyte blocks of Extended RAM located at physical addresses above 4G and maps them into the virtual address space below 4G: void * RTT_ERAM_AllocBlocks(int Blocks); ParametersBlocksThe number of 4 megabyte blocks to allocate. The number of available blocks can be queried with function RTT_ERAM_BlocksAvail. return valueOn success, a pointer to the allocated blocks is returned, NULL otherwise.
|