SlabAllocator< item_size > Class Template Reference

Fast memory allocator for identically sized chunks. More...

List of all members.

Static Public Member Functions

static char * Alloc ()
static char * Alloc ()
static void AllocSlab ()
static void AllocSlab ()
static void Free (char *item)
static void Free (char *item)

Detailed Description

template<size_t item_size>
class SlabAllocator< item_size >

Fast memory allocator for identically sized chunks.

This maintains a free list and never frees anything.

Definition at line 51 of file fastalloc.h.


The documentation for this class was generated from the following files:
Generated on Mon Jan 24 12:04:40 2011 for FASTlib by  doxygen 1.6.3