Fast memory allocator for identically sized chunks. More...
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) | 
Fast memory allocator for identically sized chunks.
This maintains a free list and never frees anything.
Definition at line 51 of file fastalloc.h.
 1.6.3