cJSON
cJSON_Hooks
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
cJSON_Hooks
cJSON_Hooks struct
Syntax
Show:
Summary
Declaration
from
cJSON.h:125
typedef
struct
cJSON_Hooks
{
void
*
(
CJSON_CDECL
*
malloc_fn
)
(
size_t
sz
)
;
void
(
CJSON_CDECL
*
free_fn
)
(
void
*
ptr
)
;
}
cJSON_Hooks
;
Fields
Field
Declared as
cJSON_Hooks::malloc_fn
void
*
(
CJSON_CDECL
*
)
(
size_t
sz
)
cJSON_Hooks::free_fn
void
(
CJSON_CDECL
*
)
(
void
*
ptr
)
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out