クラス | |
struct | InitSettings |
struct | Stats |
TempAlloc systems | |
enum | Type { Type_AudioRender, Type_NUM } |
IDs of temporary memory pools used by the sound engine. [詳解] | |
enum | Lifetime { Lifetime_CurrentTick = 0, Lifetime_DoubleTick = 1, Lifetime_NUM } |
Lifetimes of temporary allocations available. [詳解] | |
AKSOUNDENGINE_API void | GetStats (Type in_eType, Stats &out_stats) |
Get simple statistics for a given temporary-memory pool [詳解] | |
AKSOUNDENGINE_API void | DumpTempAllocsToFile (Type in_eType, const AkOSChar *pszFilename) |
TempAlloc namespace.