|
Nugget
|
#include <EASTLTest.h>

Public Member Functions | |
| EASTL_ALLOCATOR_EXPLICIT | UnequalAllocator (const char *pName=EASTL_NAME_VAL(EASTL_ALLOCATOR_DEFAULT_NAME)) |
| UnequalAllocator (const UnequalAllocator &x) | |
| UnequalAllocator (const UnequalAllocator &x, const char *pName) | |
| UnequalAllocator & | operator= (const UnequalAllocator &x) |
| void * | allocate (size_t n, int flags=0) |
| void * | allocate (size_t n, size_t alignment, size_t offset, int flags=0) |
| void | deallocate (void *p, size_t n) |
| const char * | get_name () const |
| void | set_name (const char *pName) |
Protected Attributes | |
| eastl::allocator | mAllocator |
Acts the same as eastl::allocator, but always compares as unequal to an instance of itself.