ESP-IDF
hash_map_free()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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
hash_map_free()
hash_map_free() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.h:63
void
hash_map_free
(
hash_map_t
*
hash_map
)
;
Implemented in
hash_map.c:88
Arguments
Argument
hash_map
Related Functions
Found 6 other functions taking a
hash_map_t
argument:
Function
hash_map_get()
hash_map_set()
hash_map_erase()
hash_map_has_key()
hash_map_clear()
hash_map_foreach()
Examples
References
from
examples
Code
Location
Referrer
void
hash_map_free
(
hash_map_t
*
hash_map
)
hash_map.c:88
void
hash_map_free
(
hash_map_t
*
hash_map
)
;
hash_map.h:63
hash_map_free
(
bta_alarm_hash_map
)
;
bta_sys_main.c:194
bta_sys_free()
hash_map_free
(
btu_general_alarm_hash_map
)
;
btu_init.c:220
BTU_ShutDown()
hash_map_free
(
btu_oneshot_alarm_hash_map
)
;
btu_init.c:223
BTU_ShutDown()
hash_map_free
(
btu_l2cap_alarm_hash_map
)
;
btu_init.c:226
BTU_ShutDown()
hash_map_free
(
partial_packets
)
;
packet_fragmenter.c:61
cleanup()
hash_map_free
(
bm_alarm_hash_map
)
;
timer.c:58
bt_mesh_timer_deinit()
Call Tree
from
examples
hash_map_free()
is called by 4 functions and calls 2 functions:
bta_sys_free()
cleanup()
BTU_ShutDown()
bt_mesh_timer_deinit()
All items filtered out
hash_map_free()
free()
hash_map_clear()
All items filtered out
Data Use
from
examples
hash_map_free()
reads 1 variable:
hash_map_t::bucket
All items filtered out
hash_map_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
hash_map_free()
allocates 2 typess:
hash_map_t
hash_map_bucket_t
All items filtered out
hash_map_free()
All items filtered out