cJSON
cJSON_Hooks::malloc_fn
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/2)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
cJSON_Hooks::malloc_fn
cJSON_Hooks::malloc_fn field
Syntax
Show:
Summary
Declaration
from
cJSON.h:128
void
*
(
CJSON_CDECL
*
malloc_fn
)
(
size_t
sz
)
;
Examples
References
from
examples
Code
Location
Referrer
void
*
(
CJSON_CDECL
*
malloc_fn
)
(
size_t
sz
)
;
cJSON.h:128
if
(
hooks
->
malloc_fn
!=
NULL
)
cJSON.c:221
cJSON_InitHooks()
global_hooks
.
allocate
=
hooks
->
malloc_fn
;
cJSON.c:223
cJSON_InitHooks()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
cJSON_Hooks::malloc_fn
is read by 1 function:
All items filtered out
cJSON_Hooks::malloc_fn
cJSON_InitHooks()
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