cJSON
internal_hooks
is only used within cJSON.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
cJSON
internal_hooks
internal_hooks struct
Syntax
Show:
Summary
Declaration
from
cJSON.c:156
typedef
struct
internal_hooks
{
void
*
(
CJSON_CDECL
*
allocate
)
(
size_t
size
)
;
void
(
CJSON_CDECL
*
deallocate
)
(
void
*
pointer
)
;
void
*
(
CJSON_CDECL
*
reallocate
)
(
void
*
pointer
,
size_t
size
)
;
}
internal_hooks
;
Fields
Field
Declared as
internal_hooks::allocate
void
*
(
CJSON_CDECL
*
)
(
size_t
size
)
internal_hooks::deallocate
void
(
CJSON_CDECL
*
)
(
void
*
pointer
)
internal_hooks::reallocate
void
*
(
CJSON_CDECL
*
)
(
void
*
pointer
,
size_t
size
)
Related Functions
Found 5 other functions taking a
internal_hooks
argument:
Function
cJSON_New_Item()
add_item_to_object()
cJSON_strdup()
print()
create_reference()
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