C-runtime library allocator. More...
Public Member Functions | |
| void * | Malloc (size_t size) |
| void * | Realloc (void *originalPtr, size_t originalSize, size_t newSize) |
| bool | operator== (const CrtAllocator &) const RAPIDJSON_NOEXCEPT |
| bool | operator!= (const CrtAllocator &) const RAPIDJSON_NOEXCEPT |
Static Public Member Functions | |
| static void | Free (void *ptr) RAPIDJSON_NOEXCEPT |
Static Public Attributes | |
| static const bool | kNeedFree = true |
C-runtime library allocator.
This class is just wrapper for standard C library memory routines.
Definition at line 84 of file allocators.h.
|
inlinestatic |
Definition at line 101 of file allocators.h.
|
inline |
Definition at line 87 of file allocators.h.
|
inline |
Definition at line 106 of file allocators.h.
|
inline |
Definition at line 103 of file allocators.h.
|
inline |
Definition at line 93 of file allocators.h.
|
static |
Definition at line 86 of file allocators.h.