Public Member Functions | Static Public Member Functions | Static Public Attributes | List of all members
myjson::MyAllocator Class Reference

Public Member Functions

void * Malloc (size_t _size)
 
void * Realloc (void *_org_p, size_t _org_size, size_t _new_size)
 

Static Public Member Functions

static void Free (void *_p)
 

Static Public Attributes

static const bool kNeedFree = true
 

Detailed Description

Definition at line 1494 of file pointertest.cpp.

Member Function Documentation

static void myjson::MyAllocator::Free ( void *  _p)
inlinestatic

Definition at line 1500 of file pointertest.cpp.

void* myjson::MyAllocator::Malloc ( size_t  _size)
inline

Definition at line 1498 of file pointertest.cpp.

void* myjson::MyAllocator::Realloc ( void *  _org_p,
size_t  _org_size,
size_t  _new_size 
)
inline

Definition at line 1499 of file pointertest.cpp.

Member Data Documentation

const bool myjson::MyAllocator::kNeedFree = true
static

Definition at line 1497 of file pointertest.cpp.


The documentation for this class was generated from the following file:


choreo_rapidjson
Author(s):
autogenerated on Thu Jul 18 2019 03:59:10