cJSON_Hooks Struct Reference

#include <cJSON.h>

Public Attributes

void *(* malloc_fn )(size_t sz)
 
void(* free_fn )(void *ptr)
 

Member Data Documentation

void(* cJSON_Hooks::free_fn)(void *ptr)
void*(* cJSON_Hooks::malloc_fn)(size_t sz)

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