Honeycomb  0.1
Component-Model Framework
Classes | Namespaces | Typedefs | Functions
SmallAllocator.h File Reference
#include "Honey/Memory/Pool.h"
Include dependency graph for SmallAllocator.h:
This graph shows which files directly or indirectly include this file:

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...