Version

menu_open
#define AK_PLUGIN_NEW ( _allocator,
_what   )     new(_allocator) _what

Macro used to allocate objects.

Parameters:
_allocator  Memory allocator interface.
_what  Desired object type.
Returns:
A pointer to the newly-allocated object.
Note.gif
Note: Use AK_PLUGIN_DELETE() for memory allocated with this macro.
See also:

Definition at line 102 of file IAkPluginMemAlloc.h.

Referenced by AkMixerInputMap< USER_DATA >::AddInput().


Was this page helpful?

Need Support?

Questions? Problems? Need more info? Contact us, and we can help!

Visit our Support page

Tell us about your project. We're here to help.

Register your project and we'll help you get started with no strings attached!

Get started with Wwise