menu
Wwise
arrow_drop_down
Strata
arrow_drop_down
Solutions
arrow_drop_down
Apprendre
arrow_drop_down
Communauté
arrow_drop_down
Documentation
arrow_drop_down
Aide
arrow_drop_down
2024.1.5.8803
2023.1.13.8732
2022.1.19.8584
2021.1.14.8108
2019.2.15.7667
2019.1.11.7296
2018.1.11.6987
2017.2.10.6745
2017.1.9.6501
2016.2.6.6153
2015.1.9.5624
Wwise SDK 2019.2.15
|
Public Attributes | |
High-level memory allocation hooks. When not NULL, redirect allocations normally forwarded to rpmalloc. | |
AkMemInitForThread | pfInitForThread |
(Optional) Thread-specific allocator initialization hook. More... |
|
AkMemTermForThread | pfTermForThread |
(Optional) Thread-specific allocator termination hook. More... |
|
AkMemMalloc | pfMalloc |
(Optional) Memory allocation hook. More... |
|
AkMemMalign | pfMalign |
(Optional) Memory allocation hook. More... |
|
AkMemRealloc | pfRealloc |
(Optional) Memory allocation hook. More... |
|
AkMemFree | pfFree |
(Optional) Memory allocation hook. More... |
|
AkMemFalign | pfFalign |
(Optional) Memory allocation hook. More... |
|
AkMemTotalReservedMemorySize | pfTotalReservedMemorySize |
(Optional) Memory allocation statistics hook. More... |
|
AkMemSizeOfMemory | pfSizeOfMemory |
(Optional) Memory allocation statistics hook. More... |
|
Configuration. | |
AkUInt64 | uMemAllocationSizeLimit |
When non-zero, limits the total amount of virtual and device memory allocated by AK::MemoryMgr. More... |
|
Memory allocation debugging hooks. | |
AkMemDebugMalloc | pfDebugMalloc |
(Optional) Memory allocation debugging hook. Used for tracking calls to pfMalloc. More... |
|
AkMemDebugMalign | pfDebugMalign |
(Optional) Memory allocation debugging hook. Used for tracking calls to pfMalign. More... |
|
AkMemDebugRealloc | pfDebugRealloc |
(Optional) Memory allocation debugging hook. Used for tracking calls to pfRealloc. More... |
|
AkMemDebugFree | pfDebugFree |
(Optional) Memory allocation debugging hook. Used for tracking calls to pfFree. More... |
|
AkMemDebugFalign | pfDebugFalign |
(Optional) Memory allocation debugging hook. Used for tracking calls to pfFalign. More... |
|
AkMemDebugCheckForOverwrite | pfDebugCheckForOverwrite |
(Optional) Memory allocation debugging hook. Used for detecting memory overwrites. More... |
|
Page allocation hooks, used by rpmalloc. Default to AKPLATFORM::AllocVM et al. | |
AkMemAllocVM | pfAllocVM |
Virtual page allocation hook. More... |
|
AkMemFreeVM | pfFreeVM |
Virtual page allocation hook. More... |
|
AkMemAllocVM | pfAllocDevice |
Device page allocation hook. More... |
|
AkMemFreeVM | pfFreeDevice |
Device page allocation hook. More... |
|
AkUInt32 | uVMPageSize |
Virtual memory page size. Defaults to 0 which means auto-detect. More... |
|
AkUInt32 | uDevicePageSize |
Device memory page size. Defaults to 0 which means auto-detect. More... |
|
Initialization settings for the default implementation of the Memory Manager. For more details, see Initialization.
Definition at line 132 of file AkModule.h.
Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !
Visitez notre page d'AideEnregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !
Partir du bon pied avec Wwise