ApuFree

Frees APU physical memory allocation.

Syntax

void ApuFree(
         void *virtualAddress
)  

Parameters

virtualAddress
Type: void *

[in] The virtual address to free.

Return value

None.

Remarks

The virtual and physical addresses returned represent different views of the same address space. Freeing one invalidates the other.

Requirements

Header: Declared in apu.h.

Library: Use acphal.lib.