ESP-IDF
hash_map_new()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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
hash_map_new()
hash_map_new() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.h:54
hash_map_t
*
hash_map_new
(
size_t
size
,
hash_index_fn
hash_fn
,
key_free_fn
key_fn
,
data_free_fn
data_fn
,
key_equality_fn
equality_fn
)
;
Implemented in
hash_map.c:78
Arguments
Argument
size
hash_fn
key_fn
data_fn
equality_fn
Examples
References
from
examples
Code
Location
Referrer
hash_map_t
*
hash_map_new
(
hash_map.c:78
hash_map_t
*
hash_map_new
(
hash_map.h:54
bta_alarm_hash_map
=
hash_map_new
(
BTA_ALARM_HASH_MAP_SIZE
,
bta_sys_main.c:175
bta_sys_init()
background_connections
=
hash_map_new
(
background_connection_buckets
,
btm_ble_bgconn.c:66
background_connections_lazy_init()
btu_general_alarm_hash_map
=
hash_map_new
(
BTU_GENERAL_ALARM_HASH_MAP_SIZE
,
btu_init.c:162
BTU_StartUp()
btu_oneshot_alarm_hash_map
=
hash_map_new
(
BTU_ONESHOT_ALARM_HASH_MAP_SIZE
,
btu_init.c:170
BTU_StartUp()
btu_l2cap_alarm_hash_map
=
hash_map_new
(
BTU_L2CAP_ALARM_HASH_MAP_SIZE
,
btu_init.c:178
BTU_StartUp()
partial_packets
=
hash_map_new
(
NUMBER_OF_BUCKETS
,
hash_function_naive
,
NULL
,
NULL
,
NULL
)
;
packet_fragmenter.c:55
init()
bm_alarm_hash_map
=
hash_map_new
(
BLE_MESH_ALARM_HASH_MAP_SIZE
,
timer.c:48
bt_mesh_timer_init()
Call Tree
from
examples
hash_map_new()
is called by 5 functions and calls 1 function:
bta_sys_init()
init()
background_connections_lazy_init()
BTU_StartUp()
bt_mesh_timer_init()
All items filtered out
hash_map_new()
hash_map_new_internal()
All items filtered out
Data Use
from
examples
hash_map_new()
:
All items filtered out
hash_map_new()
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