Jolt Physics
A multi core friendly Game Physics Engine
|
#include <Jolt/Core/NonCopyable.h>
Go to the source code of this file.
Classes | |
class | TempAllocator |
class | TempAllocatorImpl |
Default implementation of the temp allocator that allocates a large block through malloc upfront. More... | |
class | TempAllocatorMalloc |
class | TempAllocatorImplWithMallocFallback |
Implementation of the TempAllocator that tries to allocate from a large preallocated block, but falls back to malloc when it is exhausted. More... | |