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

Public Member Functions

voidMalloc (size_t _size)
 
voidRealloc (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()

static void myjson::MyAllocator::Free ( void _p)
inlinestatic
Here is the call graph for this function:

◆ Malloc()

void* myjson::MyAllocator::Malloc ( size_t  _size)
inline
Here is the call graph for this function:

◆ Realloc()

void* myjson::MyAllocator::Realloc ( void _org_p,
size_t  _org_size,
size_t  _new_size 
)
inline
Here is the call graph for this function:

Member Data Documentation

◆ kNeedFree

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

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