Version

    Other Documentation

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

Macro used to allocate arrays of built-in types.

Parameters:
_allocator  Memory allocator interface.
_size  Requested size in bytes.
Returns:
A void pointer to the the allocated memory.
Note.gif
Note: Use AK_PLUGIN_FREE() for memory allocated with this macro.
See also:

Definition at line 111 of file IAkPluginMemAlloc.h.

Referenced by AkPluginArrayAllocator::Alloc().


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