Frees APU physical memory allocation.
void ApuFree(
void *virtualAddress
)
virtualAddress
Type: void *
[in] The virtual address to free.
The virtual and physical addresses returned represent different views of the same address space. Freeing one invalidates the other.
Header: Declared in apu.h.
Library: Use acphal.lib.