|
|
| allocator_malloc (const char *=NULL) |
| |
|
| allocator_malloc (const allocator_malloc &) |
| |
|
| allocator_malloc (const allocator_malloc &, const char *) |
| |
|
allocator_malloc & | operator= (const allocator_malloc &) |
| |
|
bool | operator== (const allocator_malloc &) |
| |
|
bool | operator!= (const allocator_malloc &) |
| |
|
void * | allocate (size_t n, int=0) |
| |
|
void * | allocate (size_t n, size_t alignment, size_t alignmentOffset, int=0) |
| |
|
void | deallocate (void *p, size_t) |
| |
|
const char * | get_name () const |
| |
|
void | set_name (const char *) |
| |
The documentation for this class was generated from the following file: