|
|
| CustomAllocator (const char *=NULL) |
| |
|
| CustomAllocator (const CustomAllocator &) |
| |
|
| CustomAllocator (const CustomAllocator &, const char *) |
| |
|
CustomAllocator & | operator= (const CustomAllocator &) |
| |
|
void * | allocate (size_t n, int flags=0) |
| |
|
void * | allocate (size_t n, size_t, size_t, int flags=0) |
| |
|
void | deallocate (void *p, size_t n) |
| |
|
const char * | get_name () const |
| |
|
void | set_name (const char *) |
| |
The documentation for this class was generated from the following files:
- third_party/EASTL/test/source/EASTLTest.h
- third_party/EASTL/test/source/EASTLTest.cpp