Version

menu_open
Warning: you were redirected to the latest documentation corresponding to your major release ( 2022.1.13.8454 ). Should you wish to access your specific version's documentation, please download the offline documentation from the Audiokinetic Launcher and check the Offline Documentation option in Wwise Authoring.

◆ AK_PLUGIN_REALLOC_ALIGN

#define AK_PLUGIN_REALLOC_ALIGN (   _allocator,
  _pmem,
  _size,
  _align 
)    ( _allocator )->ReallocAligned( ( _pmem ), ( _size ), ( _align ), __FILE__, __LINE__ )

Macro used to reallocate memory with an alignment

Parameters
_allocatorMemory allocator interface.
_pmemStart of allocated memory.
_sizeRequested size in bytes.
_alignRequested alignment of allocation
Returns
A void pointer to the the reallocated memory.
Note: Use AK_PLUGIN_FREE() for memory allocated with this macro.
See also

Definition at line 169 of file IAkPluginMemAlloc.h.


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