FBX C++ API Reference
|
#include <fbxcontainerallocators.h>
This allocator only frees the allocated memory when it is deleted.
This is a good allocator for building dictionaries, where we only add things to a container, but never remove them.
Definition at line 82 of file fbxcontainerallocators.h.
Public Member Functions | |
FbxHungryAllocator (size_t pRecordSize) | |
FbxHungryAllocator (const FbxHungryAllocator &pOther) | |
~FbxHungryAllocator () | |
void | Reserve (const size_t pRecordCount) |
void * | AllocateRecords (const size_t pRecordCount=1) |
void | FreeMemory (void *) |
size_t | GetRecordSize () const |
FbxHungryAllocator & | operator= (const FbxHungryAllocator &pOther) |
|
inline |
Definition at line 85 of file fbxcontainerallocators.h.
|
inline |
Definition at line 92 of file fbxcontainerallocators.h.
|
inline |
Definition at line 99 of file fbxcontainerallocators.h.
|
inline |
Definition at line 111 of file fbxcontainerallocators.h.
|
inline |
Definition at line 119 of file fbxcontainerallocators.h.
|
inline |
Definition at line 142 of file fbxcontainerallocators.h.
|
inline |
Definition at line 147 of file fbxcontainerallocators.h.
|
inline |
Definition at line 152 of file fbxcontainerallocators.h.