> ## Documentation Index
> Fetch the complete documentation index at: https://devdocs.xbox.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ApuFree

> ApuFree

# ApuFree

Libera memoria física de la APU.

## Sintaxis

```cpp theme={null}
void ApuFree(  
         void* virtualAddress  
)  
```

### Parámetros

*virtualAddress*   \_In\_\
Tipo: void\*

Dirección virtual que se va a liberar.

### Valor devuelto

Tipo: void

## Comentarios

Liberar la dirección virtual invalida la dirección física. Para crear una asignación, use [ApuAlloc](/reference/audio/apu/functions/apualloc).

Las direcciones virtual y física que devuelve `ApuAlloc` representan vistas diferentes del mismo espacio de direcciones.

## Requisitos

**Encabezado:** apu.h

**Biblioteca:** acphal.lib

**Plataformas compatibles:** consolas de la familia XBOX One y consolas XBOX Series

## Documentación conceptual

* [Información general de XMA2](/build/console-features/audio/overviews/xma2-overview)

## Consulte también

[ApuAlloc](/reference/audio/apu/functions/apualloc)\
[APU](/reference/audio/apu/apu_members)


## Related topics

- [ApuAlloc](/es/reference/audio/apu/functions/apualloc.md)
- [Información general de XMA2](/es/build/console-features/audio/overviews/xma2-overview.md)
- [APU (Audio Processing Unit)](/es/reference/audio/apu/apu_members.md)
- [ApuHeapState](/es/reference/audio/apu/structs/apuheapstate.md)
- [ApuMapApuAddress](/es/reference/audio/apu/functions/apumapapuaddress.md)
