|
Wwise SDK 2024.1.9
|
#include <AkMemoryMgrModule.h>
公開変数類 | |
High-level memory allocation hooks. When not NULL, redirect allocations normally forwarded to internal memory systems. | |
| AkMemInitForThread | pfInitForThread |
| (Optional) Thread-specific allocator initialization hook. [詳解] | |
| AkMemTermForThread | pfTermForThread |
| (Optional) Thread-specific allocator termination hook. [詳解] | |
| AkMemTrimForThread | pfTrimForThread |
| (Optional) Thread-specific allocator "trimming" hook. Used to relinquish memory resources when threads enter a period of inactivity. [詳解] | |
| AkMemMalloc | pfMalloc |
| (Optional) Memory allocation hook. [詳解] | |
| AkMemMalign | pfMalign |
| (Optional) Memory allocation hook. [詳解] | |
| AkMemRealloc | pfRealloc |
| (Optional) Memory allocation hook. [詳解] | |
| AkMemReallocAligned | pfReallocAligned |
| (Optional) Memory allocation hook. [詳解] | |
| AkMemFree | pfFree |
| (Optional) Memory allocation hook. [詳解] | |
| AkMemTotalReservedMemorySize | pfTotalReservedMemorySize |
| (Optional) Memory allocation statistics hook. [詳解] | |
| AkMemSizeOfMemory | pfSizeOfMemory |
| (Optional) Memory allocation statistics hook. [詳解] | |
Configuration. | |
| AK::MemoryArena::AkMemoryArenaSettings | memoryArenaSettings [AkMemoryMgrArena_NUM] |
| Configuration of memory arenas for default memory allocator. For more information, see AkMemoryArenasの設定と調整. [詳解] | |
| AK::TempAlloc::InitSettings | tempAllocSettings [AK::TempAlloc::Type_NUM] |
| Configuration of behavior for the temporary-memory pools. For more information, see 「Temp Alloc」メモリの調整. [詳解] | |
| AK::BookmarkAlloc::InitSettings | bookmarkAllocSettings |
| Configuration of behavior for the bookmark-allocated memory. For more information, see 「Bookmark Allocator」メモリの調整. [詳解] | |
Memory allocation debugging. | |
| AkMemDebugMalloc | pfDebugMalloc |
| (Optional) Memory allocation debugging hook. Used for tracking calls to pfMalloc. [詳解] | |
| AkMemDebugMalign | pfDebugMalign |
| (Optional) Memory allocation debugging hook. Used for tracking calls to pfMalign. [詳解] | |
| AkMemDebugRealloc | pfDebugRealloc |
| (Optional) Memory allocation debugging hook. Used for tracking calls to pfRealloc. [詳解] | |
| AkMemDebugReallocAligned | pfDebugReallocAligned |
| (Optional) Memory allocation debugging hook. Used for tracking calls to pfReallocAligned. [詳解] | |
| AkMemDebugFree | pfDebugFree |
| (Optional) Memory allocation debugging hook. Used for tracking calls to pfFree. [詳解] | |
| AkUInt32 | uMemoryDebugLevel |
| Default 0 disabled. 1 debug enabled. 2 stomp allocator enabled. 3 stomp allocator and debug enabled. User implementations may use multiple non-zero values to offer different features. [詳解] | |
Initialization settings for the default implementation of the Memory Manager. For more details, see 初期化.
AkMemoryMgrModule.h の 148 行目に定義があります。