Skip to main content

ApuFree

Frees APU physical memory.

Syntax

Parameters

virtualAddress   _In_
Type: void*
Virtual address to free.

Return value

Type: void

Remarks

Freeing the virtual address invalidates the physical address. To create an allocation, use ApuAlloc. The virtual and physical addresses that are returned by ApuAlloc represent different views of the same address space.

Requirements

Header: apu.h Library: acphal.lib Supported platforms: XBOX One family consoles and XBOX Series consoles

Conceptual documentation

See also

ApuAlloc
APU
Last modified on August 20, 2026