Method ResetAllocator ResetAllocator(bool) Resets the internal allocator. Declaration void ResetAllocator(bool keepCachedMemory = true) Parameters Type Name Description bool keepCachedMemory Whether to keep the cached memory on the allocator. If false all allocated memory is freed.