版本

menu_open
警告:系统已根据您所用大版本 (2024.1.1.8691) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
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.h148 行定义.


此页面对您是否有帮助?

需要技术支持?

仍有疑问?或者问题?需要更多信息?欢迎联系我们,我们可以提供帮助!

查看我们的“技术支持”页面

介绍一下自己的项目。我们会竭力为您提供帮助。

来注册自己的项目,我们帮您快速入门,不带任何附加条件!

开始 Wwise 之旅