Honeycomb
0.1
Component-Model Framework
|
#include "Honey/Memory/Pool.h"
Go to the source code of this file.
Classes | |
class | honey::SmallAllocator< T > |
Global allocator for small memory blocks. To provide a custom pool define SmallAllocator_createSingleton_ and implement SmallAllocator_createSingleton(). More... | |
Namespaces | |
honey | |
Global Honeycomb namespace. | |
Typedefs | |
typedef AllocatorObject< SmallAllocator > | honey::SmallAllocatorObject |
Inherit from this class to use the small block allocator. More... | |
Functions | |
MemPool * | honey::SmallAllocator_createSingleton () |
Default implementation. More... | |