Wwise SDK 2022.1.17
|
#include <AkModule.h>
Public 속성 | |
High-level memory allocation hooks. When not NULL, redirect allocations normally forwarded to rpmalloc. | |
AkMemInitForThread | pfInitForThread |
(Optional) Thread-specific allocator initialization hook. 더 자세히 ... | |
AkMemTermForThread | pfTermForThread |
(Optional) Thread-specific allocator termination hook. 더 자세히 ... | |
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. | |
AkUInt64 | uMemAllocationSizeLimit |
When non-zero, limits the total amount of virtual and device memory allocated by AK::MemoryMgr. 더 자세히 ... | |
bool | bUseDeviceMemAlways |
Use device memory for all allocations (on applicable platforms). 더 자세히 ... | |
Page allocation hooks, used by rpmalloc. Default to AKPLATFORM::AllocVM et al. | |
AkMemAllocVM | pfAllocVM |
Virtual page allocation hook. 더 자세히 ... | |
AkMemFreeVM | pfFreeVM |
Virtual page allocation hook. 더 자세히 ... | |
AkMemAllocVM | pfAllocDevice |
Device page allocation hook. 더 자세히 ... | |
AkMemFreeVM | pfFreeDevice |
Device page allocation hook. 더 자세히 ... | |
AkUInt32 | uVMPageSize |
Virtual memory page size. Defaults to 0 which means auto-detect. 더 자세히 ... | |
AkUInt32 | uDevicePageSize |
Device memory page size. Defaults to 0 which means auto-detect. 더 자세히 ... | |
AkUInt32 | uMaxThreadLocalHeapAllocSize |
All memory allocations of sizes larger than this value will go to a global heap shared across all threads. Defaults to 0 which means all allocations go to a global heap. 더 자세히 ... | |
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. 더 자세히 ... | |
AkMemTrimForThread | pfTrimForThread |
(Optional) Thread-specific allocator "trimming" hook. 더 자세히 ... | |
AkSpanCount | uVMSpanCount |
Virtual memory span count for each map operation in rpmalloc. Defaults to AkSpanCount_Huge. For more information, refer to Tuning "Span Count". 더 자세히 ... | |
AkSpanCount | uDeviceSpanCount |
Device memory span count for each map operation in rpmalloc. Defaults to AkSpanCount_Huge. For more information, refer to Tuning "Span Count". 더 자세히 ... | |
Initialization settings for the default implementation of the Memory Manager. For more details, see 초기화.
AkModule.h 파일의 154 번째 라인에서 정의되었습니다.
프로젝트를 등록하세요. 아무런 조건이나 의무 사항 없이 빠른 시작을 도와드리겠습니다.
Wwise를 시작해 보세요