ESP-IDF
ProtobufCAllocator::allocator_data
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ProtobufCAllocator::allocator_data
ProtobufCAllocator::allocator_data field
Opaque pointer passed to `alloc` and `free` functions.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:396
void
*
allocator_data
;
Examples
References
from
examples
Code
Location
Referrer
void
*
allocator_data
;
protobuf-c.h:396
return
allocator
->
alloc
(
allocator
->
allocator_data
,
size
)
;
protobuf-c.c:167
do_alloc()
allocator
->
free
(
allocator
->
allocator_data
,
data
)
;
protobuf-c.c:174
do_free()
.
allocator_data
=
NULL
,
protobuf-c.c:185
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ProtobufCAllocator::allocator_data
is read by 2 functions:
All items filtered out
ProtobufCAllocator::allocator_data
do_alloc()
do_free()
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