#include <bmalloc.h>
Functions allocate and deallocate conform to STL allocator specs.
Definition at line 104 of file bmalloc.h.
Static Public Member Functions | |
| static void * | allocate (size_t n, const void *) |
| The member function allocates storage for an array of n void* elements, by calling malloc. | |
| static void | deallocate (void *p, size_t) |
| The member function frees storage for an array of n bm::word_t elements, by calling free. | |
|
||||||||||||
|
The member function allocates storage for an array of n void* elements, by calling malloc.
Definition at line 112 of file bmalloc.h. References malloc(). |
|
||||||||||||
|
The member function frees storage for an array of n bm::word_t elements, by calling free.
Definition at line 126 of file bmalloc.h. References free(). |
1.4.6
Modified on Wed Dec 09 08:20:18 2009 by modify_doxy.py rev. 173732