ESP-IDF
bucket_free_()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bucket_free_()
bucket_free_() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.c:43
static
void
bucket_free_
(
void
*
data
)
;
Implemented in
hash_map.c:233
Arguments
Argument
data
Examples
References
from
examples
Code
Location
Referrer
static
void
bucket_free_
(
void
*
data
)
hash_map.c:233
static
void
bucket_free_
(
void
*
data
)
;
hash_map.c:43
hash_map
->
bucket
[
hash_key
]
.
list
=
list_new_internal
(
bucket_free_
)
;
hash_map.c:134
hash_map_set()
Call Tree
from
examples
bucket_free_()
calls 4 functions:
All items filtered out
bucket_free_()
__assert_func()
free()
hash_map_t::key_fn
hash_map_t::data_fn
All items filtered out
Data Use
from
examples
bucket_free_()
reads 5 variables and writes 1 variable:
hash_map_entry_t::key
hash_map_entry_t::data
hash_map_entry_t::hash_map
hash_map_t::key_fn
hash_map_t::data_fn
All items filtered out
bucket_free_()
hash_map_set()
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
bucket_free_()
allocates 1 types:
hash_map_entry_t
All items filtered out
bucket_free_()
All items filtered out