バージョン

menu_open

◆ AK_PLUGIN_REALLOC

#define AK_PLUGIN_REALLOC (   _allocator,
  _pmem,
  _size 
)    ( _allocator )->Realloc( ( _pmem ), ( _size ), __FILE__, __LINE__ )

Macro used to reallocate memory

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

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


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

サポートは必要ですか?

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

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

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

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

Wwiseからはじめよう