#include <AK/SoundEngine/Common/AkMemoryMgr.h>
#include <AK/Tools/Common/AkAssert.h>
#include <AK/Tools/Common/AkArray.h>
类 | |
struct | AK::ObjectPoolNoLock |
class | AK::ObjectPool< T, AllocatorType, LockType > |
An object pool of N reusable objects with one allocation. 更多... | |
union | AK::ObjectPool< T, AllocatorType, LockType >::DataType |
命名空间 | |
UnitTest | |
namespace | AK |
Definition of data structures for AkAudioObject | |
宏定义 | |
#define | AK_OBJECT_POOL_EXTRA_SAFETY |
类型定义 | |
template<AkMemID T_MEMID = AkMemID_Object> | |
using | AK::ObjectPoolDefaultAllocator = AkArrayAllocatorNoAlign< T_MEMID > |
using | AK::ObjectPoolDefaultLockType = ObjectPoolNoLock |