> ## 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

APU 물리적 메모리를 해제합니다.

## Syntax

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

### Parameters

*virtualAddress*   \_In\_\
Type: void\*

해제할 가상 주소입니다.

### Return value

Type: void

## Remarks

가상 주소를 해제하면 물리적 주소가 무효화됩니다. 할당을 생성하려면 [ApuAlloc](/reference/audio/apu/functions/apualloc)을 사용하세요.

`ApuAlloc`이 반환하는 가상 주소와 물리적 주소는 동일한 주소 공간의 서로 다른 뷰를 나타냅니다.

## Requirements

**Header:** apu.h

**Library:** acphal.lib

**지원 플랫폼:** XBOX One 제품군 콘솔 및 XBOX Series 콘솔

## 개념 설명서

* [XMA2 개요](/build/console-features/audio/overviews/xma2-overview)

## See also

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


## Related topics

- [ApuAlloc](/ko/reference/audio/apu/functions/apualloc.md)
- [XMA2 개요](/ko/build/console-features/audio/overviews/xma2-overview.md)
- [APU (오디오 처리 장치)](/ko/reference/audio/apu/apu_members.md)
- [ApuHeapState](/ko/reference/audio/apu/structs/apuheapstate.md)
- [ApuMapApuAddress](/ko/reference/audio/apu/functions/apumapapuaddress.md)
