YAJL 1.0.12
|
#include <yajl_common.h>
Data Fields | |
yajl_malloc_func | malloc |
yajl_realloc_func | realloc |
yajl_free_func | free |
void * | ctx |
A structure which can be passed to yajl_*_alloc routines to allow the client to specify memory allocation functions to be used.
void* yajl_alloc_funcs::ctx |
a context pointer that will be passed to above allocation routines
pointer to a function that can free memory allocated using reallocFunction or mallocFunction
pointer to a function that can allocate uninitialized memory
pointer to a function that can resize memory allocations