バージョン

menu_open

◆ AK_PLUGIN_ALLOC_ALIGN

#define AK_PLUGIN_ALLOC_ALIGN (   _allocator,
  _size,
  _align 
)    ( _allocator )->Malign( ( _size ), ( _align ), __FILE__, __LINE__ )

Macro used to allocate memory with an alignment

引数
_allocatorMemory allocator interface.
_sizeRequested size in bytes.
_alignRequested alignment of allocation
戻り値
A void pointer to the the allocated memory.
注釈: Use AK_PLUGIN_FREE() for memory allocated with this macro.
参照

IAkPluginMemAlloc.h146 行目に定義があります。


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう