バージョン

menu_open

◆ AK_PLUGIN_ALLOC

#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: Use AK_PLUGIN_FREE() for memory allocated with this macro.
参照

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


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう