ESP-IDF
list_new_internal()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
list_new_internal()
list_new_internal() function
Syntax
Show:
Summary
Declaration
Definition
from
hash_map.c:41
list_t
*
list_new_internal
(
list_free_cb
callback
)
;
Implemented in
list.c:23
Arguments
Argument
callback
Examples
References
from
examples
Code
Location
Referrer
list_t
*
list_new_internal
(
list_free_cb
callback
)
list.c:23
list_t
*
list_new_internal
(
list_free_cb
callback
)
;
hash_map.c:41
hash_map
->
bucket
[
hash_key
]
.
list
=
list_new_internal
(
bucket_free_
)
;
hash_map.c:134
hash_map_set()
return
list_new_internal
(
callback
)
;
list.c:38
list_new()
Call Tree
from
examples
list_new_internal()
is called by 2 functions and calls 1 function:
list_new()
hash_map_set()
All items filtered out
list_new_internal()
osi_calloc_func()
All items filtered out
Data Use
from
examples
list_new_internal()
writes 4 variables:
All items filtered out
list_new_internal()
list_t::head
list_t::tail
list_t::length
list_t::free_cb
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