버전

    기타 문서

menu_open
Wwise SDK 2018.1.11
AK::MemoryMgr Namespace Reference

Classes

struct   PoolMemInfo
 
struct   PoolStats
 

Enumerations

enum   DebugFlags { CheckOverwriteAtFree = 1, CheckOverwritePerFrame = 2, CheckOverwritePerVoice = 4 }
 

Functions

bool __cdecl  IsInitialized ()
 
void __cdecl  Term ()
 
AKRESULT __cdecl  Init (AkMemSettings *in_pSettings)
 
Memory Pools
AkMemPoolId __cdecl  CreatePool (void *in_pMemAddress, AkUInt32 in_uMemSize, AkUInt32 in_uBlockSize, AkUInt32 in_eAttributes, AkUInt32 in_uBlockAlign=0)
 
AKRESULT __cdecl  SetPoolName (AkMemPoolId in_poolId, const char *in_pszPoolName)
 
AkOSChar *__cdecl  GetPoolName (AkMemPoolId in_poolId)
 
AKRESULT __cdecl  SetMonitoring (AkMemPoolId in_poolId, bool in_bDoMonitor)
 
AKRESULT __cdecl  DestroyPool (AkMemPoolId in_poolId)
 
AKRESULT __cdecl  GetPoolStats (AkMemPoolId in_poolId, PoolStats &out_stats)
 
void __cdecl  GetPoolMemoryUsed (AkMemPoolId in_poolId, PoolMemInfo &out_memInfo)
 
AkInt32 __cdecl  GetNumPools ()
 
AkInt32 __cdecl  GetMaxPools ()
 
AKRESULT __cdecl  CheckPoolId (AkMemPoolId in_poolId)
 
AkMemPoolAttributes __cdecl  GetPoolAttributes (AkMemPoolId in_poolId)
 
Memory Allocation
void *__cdecl  Malloc (AkMemPoolId in_poolId, size_t in_uSize)
 
void *__cdecl  Realloc (AkMemPoolId in_poolId, void *in_pAlloc, size_t in_uSize)
 
AKRESULT __cdecl  Free (AkMemPoolId in_poolId, void *in_pMemAddress)
 
void *__cdecl  Malign (AkMemPoolId in_poolId, size_t in_uSize, AkUInt32 in_uAlignment)
 
AKRESULT __cdecl  Falign (AkMemPoolId in_poolId, void *in_pMemAddress)
 
Fixed-Size Blocks Memory Allocation Mode
void *__cdecl  GetBlock (AkMemPoolId in_poolId)
 
AKRESULT __cdecl  ReleaseBlock (AkMemPoolId in_poolId, void *in_pMemAddress)
 
AkUInt32 __cdecl  GetBlockSize (AkMemPoolId in_poolId)
 
void __cdecl  StartProfileThreadUsage (AkMemPoolId in_PoolId)
 
AkUInt32 __cdecl  StopProfileThreadUsage (AkMemPoolId in_PoolId)
 
void __cdecl  CheckForOverwrite (AkUInt32 in_uPoolID)
 

Detailed Description

Memory Manager namespace.

Remarks
The functions in this namespace are thread-safe, unless stated otherwise.
See also

이 페이지가 도움이 되었나요?

지원이 필요하신가요?

질문이 있으신가요? 문제를 겪고 계신가요? 더 많은 정보가 필요하신가요? 저희에게 문의해주시면 도와드리겠습니다!

지원 페이지를 방문해 주세요

작업하는 프로젝트에 대해 알려주세요. 언제든지 도와드릴 준비가 되어 있습니다.

프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.

Wwise를 시작해 보세요