ESP-IDF
ProtobufCAllocator::free
is only used within ESP-IDF.
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
ESP-IDF
ProtobufCAllocator::free
ProtobufCAllocator::free field
Function to free memory.
Syntax
Show:
Summary
Declaration
from
protobuf-c.h:393
void
(
*
free
)
(
void
*
allocator_data
,
void
*
pointer
)
;
Examples
References
from
examples
Code
Location
Scope
Referrer
void
(
*
free
)
(
void
*
allocator_data
,
void
*
pointer
)
;
protobuf-c.h:393
allocator
->
free
(
allocator
->
allocator_data
,
data
)
;
protobuf-c.c:174
do_free()
static
ProtobufCAllocator
protobuf_c__allocator
=
{
protobuf-c.c:182
protobuf_c__allocator
system_free()
.
free
=
&
system_free
,
protobuf-c.c:184
Call Tree
from
examples
ProtobufCAllocator::free
is called by 1 function:
do_free()
All items filtered out
ProtobufCAllocator::free
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
ProtobufCAllocator::free
implements 1 functions:
system_free()
All items filtered out
ProtobufCAllocator::free
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out