ApuFree
Frees APU physical memory.Syntax
Parameters
virtualAddress _In_Type: void* Virtual address to free.
Return value
Type: voidRemarks
Freeing the virtual address invalidates the physical address. To create an allocation, use ApuAlloc. The virtual and physical addresses that are returned byApuAlloc represent different views of the same address space.
Requirements
Header: apu.h Library: acphal.lib Supported platforms: XBOX One family consoles and XBOX Series consolesConceptual documentation
See also
ApuAllocAPU
