Struct
cJSON_Hooks
↵
Index
Fields
malloc_fn
free_fn
Functions
cJSON_InitHooks
Supply malloc, realloc and free functions to cJSON
Struct
cJSON_Hooks
Fields
malloc_fn
void
*
(
*
)
(
unsigned long
)
free_fn
void
(
*
)
(
void
*
)
Functions
void
cJSON_InitHooks
(
cJSON_Hooks
*
hooks
)
Supply malloc, realloc and free functions to cJSON
hooks