版本

menu_open
警告:系统已根据您所用大版本 (2023.1.8.8601) 自动跳转至最新文档。若想访问特定版本的文档,请从 Audiokinetic Launcher 下载离线文档,并在 Wwise 设计程序中勾选 Offline Documentation 选项。
Wwise SDK 2023.1.8
AkObject.h 文件参考

浏览源代码.

struct  AkPlacementNewKey
 Unique structure identifier for AkPlacementNew. 更多...
 
struct  AkPoolNewKey
 Unique structure identifier for AkNew. 更多...
 

宏定义

#define AkPlacementNew(_memory)   ::new( _memory, AkPlacementNewKey() )
 
#define AkNew(_pool, _what)   new( ( _pool ), AkPoolNewKey() ) _what
 
#define AkAlloc(_pool, _size)   ( AK::MemoryMgr::Malloc( ( _pool ), _size ) )
 
#define AkMalign(_pool, _size, _align)   ( AK::MemoryMgr::Malign( ( _pool ), _size, _align ) )
 
#define AkNewAligned(_pool, _what, _align)   new( ( _pool ), AkPoolNewKey(), ( _align ) ) _what
 
#define AkRealloc(_pool, _pvmem, _size)   ( AK::MemoryMgr::Realloc( ( _pool ), _pvmem, _size ) )
 
#define AkReallocAligned(_pool, _pvmem, _size, _align)   ( AK::MemoryMgr::ReallocAligned( ( _pool ), _pvmem, _size, _align ) )
 
#define AkFree(_pool, _pvmem)   ( AK::MemoryMgr::Free( ( _pool ), ( _pvmem ) ) )
 

函数

AkForceInline void * operator new (size_t, void *memory, const AkPlacementNewKey &) throw ()
 
AkForceInline void operator delete (void *, void *, const AkPlacementNewKey &) throw ()
 
AkForceInline void * operator new (size_t size, AkMemPoolId in_PoolId, const AkPoolNewKey &) throw ()
 
AkForceInline void * operator new (size_t size, AkMemPoolId in_PoolId, const AkPoolNewKey &, AkUInt32 in_align) throw ()
 
AkForceInline void operator delete (void *, AkMemPoolId, const AkPoolNewKey &) throw ()
 
AkForceInline void operator delete (void *, AkMemPoolId, const AkPoolNewKey &, AkUInt32) throw ()
 
template<class T >
AkForceInline void AkDelete (AkMemPoolId in_PoolId, T *in_pObject)
 

此页面对您是否有帮助?

需要技术支持?

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

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

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

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

开始 Wwise 之旅