CoolProp
4.2.5
An open-source fluid property and humid air property database
|
C-runtime library allocator. More...
#include <rapidjson.h>
Public Member Functions | |
void * | Malloc (size_t size) |
void * | Realloc (void *originalPtr, size_t originalSize, size_t newSize) |
Static Public Member Functions | |
static void | Free (void *ptr) |
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 132 of file rapidjson.h.
Definition at line 137 of file rapidjson.h.
|
inline |
Definition at line 135 of file rapidjson.h.
|
inline |
Definition at line 136 of file rapidjson.h.
|
static |
Definition at line 134 of file rapidjson.h.