Or you can simply implement the AK::MemoryMgr::AllocHook() and FreeHook() external functions. In the Integration Demo, these functions simply call malloc() and free(). The Wwise Memory Manager allocates memory when it creates pools, by calling these hooks (it never calls malloc() and free()directly). Then you only need to call your memory management tool's alloc and free methods.