ESP-IDF
hash_map_new_internal()
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
hash_map_new_internal()
hash_map_new_internal() function
Syntax
Show:
Summary
Declaration
from
hash_map.c:50
hash_map_t
*
hash_map_new_internal
(
size_t
num_bucket
,
hash_index_fn
hash_fn
,
key_free_fn
key_fn
,
data_free_fn
data_fn
,
key_equality_fn
equality_fn
)
;
Arguments
Argument
num_bucket
hash_fn
key_fn
data_fn
equality_fn
Examples
References
from
examples
Code
Location
Referrer
hash_map_t
*
hash_map_new_internal
(
hash_map.c:50
return
hash_map_new_internal
(
num_bucket
,
hash_fn
,
key_fn
,
data_fn
,
equality_fn
)
;
hash_map.c:85
hash_map_new()
Call Tree
from
examples
hash_map_new_internal()
is called by 1 function and calls 3 functions:
hash_map_new()
All items filtered out
hash_map_new_internal()
__assert_func()
free()
osi_calloc_func()
All items filtered out
Data Use
from
examples
hash_map_new_internal()
reads 2 variables and writes 6 variables:
default_key_equality()
hash_map_t::bucket
All items filtered out
hash_map_new_internal()
hash_map_t::bucket
hash_map_t::num_bucket
hash_map_t::hash_fn
hash_map_t::key_fn
hash_map_t::data_fn
hash_map_t::keys_are_equal
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_new_internal()
allocates 1 types:
hash_map_t
All items filtered out
hash_map_new_internal()
All items filtered out