バージョン

menu_open
#define AK_PLUGIN_ALLOC ( _allocator,
_size   )     (_allocator)->Malloc((_size))

Macro used to allocate arrays of built-in types.

引数:
_allocator  Memory allocator interface.
_size  Requested size in bytes.
戻り値:
A void pointer to the the allocated memory.
Note.gif
Note: Use AK_PLUGIN_FREE() for memory allocated with this macro.
参照:

IAkPluginMemAlloc.h111 行で定義されています。

参照元 AkPluginArrayAllocator::Alloc().


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう