Monero
Loading...
Searching...
No Matches
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

Member Function Documentation

◆ Free()

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

◆ Malloc()

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

◆ Realloc()

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

Member Data Documentation

◆ kNeedFree

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

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