i80_controller sample
alloc_new_node()
is only used within i80_controller sample.
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
i80_controller sample
alloc_new_node()
alloc_new_node() function
STATIC VARIABLES MACROS GLOBAL FUNCTIONS STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_cache_lru_rb.c:88
static
void
*
alloc_new_node
(
lv_lru_rb_t_
*
lru
,
void
*
key
,
void
*
user_data
)
;
Implemented in
lv_cache_lru_rb.c:139
Arguments
Argument
lru
key
user_data
Examples
References
from
examples
Code
Location
Referrer
static
void
*
alloc_new_node
(
lv_lru_rb_t_
*
lru
,
void
*
key
,
void
*
user_data
)
lv_cache_lru_rb.c:139
static
void
*
alloc_new_node
(
lv_lru_rb_t_
*
lru
,
void
*
key
,
void
*
user_data
)
;
lv_cache_lru_rb.c:88
lv_rb_node_t
*
new_node
=
alloc_new_node
(
lru
,
(
void
*
)
key
,
user_data
)
;
lv_cache_lru_rb.c:304
add_cb()
Call Tree
from
examples
alloc_new_node()
is called by 1 function and calls 7 functions:
add_cb()
All items filtered out
alloc_new_node()
lv_memcpy()
lv_cache_entry_get_entry()
lv_cache_entry_init()
lv_ll_ins_head()
lv_rb_insert()
lv_rb_drop_node()
get_lru_node()
All items filtered out
Data Use
from
examples
alloc_new_node()
reads 3 variables:
lv_cache_t::node_size
lv_rb_node_t::data
lv_lru_rb_t::cache
All items filtered out
alloc_new_node()
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