FreeSWITCH API Documentation  1.7.0
Data Fields
cJSON_Hooks Struct Reference

#include <switch_json.h>

+ Collaboration diagram for cJSON_Hooks:

Data Fields

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

Detailed Description

Definition at line 56 of file switch_json.h.

Field Documentation

void(* cJSON_Hooks::free_fn)(void *ptr)

Definition at line 58 of file switch_json.h.

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

Definition at line 57 of file switch_json.h.


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