バージョン

menu_open
Wwise SDK 2019.2.15
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  AkFree(_pool, _pvmem)   (AK::MemoryMgr::Free((_pool),(_pvmem)))
 
#define  AkFalign(_pool, _pvmem)   (AK::MemoryMgr::Falign((_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)
 
template<class T >
AkForceInline void  AkDeleteAligned (AkMemPoolId in_PoolId, T *in_pObject)
 

このページはお役に立ちましたか?

サポートは必要ですか?

ご質問や問題、ご不明点はございますか?お気軽にお問い合わせください。

サポートページをご確認ください

あなたのプロジェクトについて教えてください。ご不明な点はありませんか。

プロジェクトを登録していただくことで、ご利用開始のサポートをいたします。

Wwiseからはじめよう