ESP-IDF
buffer_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
buffer_free()
buffer_free() function
Syntax
Show:
Summary
Declaration
Definition
from
buffer.h:46
void
buffer_free
(
buffer_t
*
buf
)
;
Implemented in
buffer.c:74
Arguments
Argument
buf
Related Functions
Found 4 other functions taking a
buffer_t
argument:
Function
buffer_new_slice()
buffer_new_ref()
buffer_length()
buffer_ptr()
Examples
References
from
examples
Code
Location
void
buffer_free
(
buffer_t
*
buffer
)
buffer.c:74
void
buffer_free
(
buffer_t
*
buf
)
;
buffer.h:46
Call Tree
from
examples
buffer_free()
calls 1 function:
All items filtered out
buffer_free()
free()
All items filtered out
Data Use
from
examples
buffer_free()
reads 2 variables and writes 1 variable:
buffer_t::root
buffer_t::refcount
All items filtered out
buffer_free()
buffer_t::refcount
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
buffer_free()
allocates 1 types:
buffer_t
All items filtered out
buffer_free()
All items filtered out