|
void * | Malloc (size_t _size) |
|
void * | Realloc (void *_org_p, size_t _org_size, size_t _new_size) |
|
|
static void | Free (void *_p) |
|
Definition at line 1494 of file pointertest.cpp.
static void myjson::MyAllocator::Free |
( |
void * |
_p | ) |
|
|
inlinestatic |
void* myjson::MyAllocator::Malloc |
( |
size_t |
_size | ) |
|
|
inline |
void* myjson::MyAllocator::Realloc |
( |
void * |
_org_p, |
|
|
size_t |
_org_size, |
|
|
size_t |
_new_size |
|
) |
| |
|
inline |
const bool myjson::MyAllocator::kNeedFree = true |
|
static |
The documentation for this class was generated from the following file: