|
Nugget
|
#include <allocator.h>
Public Member Functions | |
| EASTL_ALLOCATOR_EXPLICIT | dummy_allocator (const char *=NULL) |
| dummy_allocator (const dummy_allocator &) | |
| dummy_allocator (const dummy_allocator &, const char *) | |
| dummy_allocator & | operator= (const dummy_allocator &) |
| void * | allocate (size_t, int=0) |
| void * | allocate (size_t, size_t, size_t, int=0) |
| void | deallocate (void *, size_t) |
| const char * | get_name () const |
| void | set_name (const char *) |
Defines an allocator which does nothing. It returns NULL from allocate calls.