i80_controller sample
lv_cache_class_t::alloc_cb
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
i80_controller sample
lv_cache_class_t::alloc_cb
lv_cache_class_t::alloc_cb field
The allocation function for cache entries
Syntax
Show:
Summary
Declaration
from
lv_cache_private.h:147
lv_cache_alloc_cb_t
alloc_cb
;
Examples
References
from
examples
Code
Location
Scope
Referrer
lv_cache_alloc_cb_t
alloc_cb
;
/**< The allocation function for cache entries */
lv_cache_private.h:147
lv_cache_t
*
cache
=
cache_class
->
alloc_cb
(
)
;
lv_cache.c:48
lv_cache_create()
const
lv_cache_class_t
lv_cache_class_lru_rb_count
=
{
lv_cache_lru_rb.c:97
lv_cache_class_lru_rb_count
alloc_cb()
.
alloc_cb
=
alloc_cb
,
lv_cache_lru_rb.c:98
const
lv_cache_class_t
lv_cache_class_lru_rb_size
=
{
lv_cache_lru_rb.c:111
lv_cache_class_lru_rb_size
alloc_cb()
.
alloc_cb
=
alloc_cb
,
lv_cache_lru_rb.c:112
Call Tree
from
examples
lv_cache_class_t::alloc_cb
is called by 1 function:
lv_cache_create()
All items filtered out
lv_cache_class_t::alloc_cb
All items filtered out
Data Use
from
examples
All items filtered out
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
lv_cache_class_t::alloc_cb
implements 1 functions:
alloc_cb()
All items filtered out
lv_cache_class_t::alloc_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out