Definition in file kcontainerallocators.h.
#include <fbxfilesdk/components/kbaselib/kbaselib_h.h>
#include <fbxfilesdk/components/kbaselib/klib/kdebug.h>
#include <stdlib.h>
#include <fbxfilesdk/fbxfilesdk_nsbegin.h>
#include <fbxfilesdk/fbxfilesdk_nsend.h>


Go to the source code of this file.
| Classes | |
| class | KBaseAllocator | 
| An allocator class for use as a template
parameter to one of the container class (KMap, KSet2,
KDynamicArray. More... | |
| class | KHungryAllocator | 
| This allocator only frees the allocated
memory when it is deleted. More... | |