버전

menu_open
Wwise SDK 2024.1.1
AkMemSettings 구조체 참조

#include <AkMemoryMgrModule.h>

Public 속성

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 Configuration and Tuning of AkMemoryArenas. 더 자세히 ...
 
AK::TempAlloc::InitSettings tempAllocSettings [AK::TempAlloc::Type_NUM]
 Configuration of behavior for the temporary-memory pools. For more information, see Tuning "Temp Alloc" Memory. 더 자세히 ...
 
AK::BookmarkAlloc::InitSettings bookmarkAllocSettings
 Configuration of behavior for the bookmark-allocated memory. For more information, see Tuning "Bookmark Allocator" Memory. 더 자세히 ...
 
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 초기화.

참고
AK::MemoryMgr

AkMemoryMgrModule.h 파일의 148 번째 라인에서 정의되었습니다.


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

지원이 필요하신가요?

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

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

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

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

Wwise를 시작해 보세요