i80_controller sample
lv_tlsf_create_with_pool()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/4)...
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
lv_tlsf_create_with_pool()
lv_tlsf_create_with_pool() function
Syntax
Show:
Summary
Declaration
Definition
from
lv_tlsf.h:59
lv_tlsf_t
lv_tlsf_create_with_pool
(
void
*
mem
,
size_t
bytes
)
;
Implemented in
lv_tlsf.c:1079
Arguments
Argument
mem
bytes
Examples
References
from
examples
Code
Location
Referrer
lv_tlsf_t
lv_tlsf_create_with_pool
(
void
*
mem
,
size_t
bytes
)
lv_tlsf.c:1079
lv_tlsf_
lv_tlsf_create_with_poo
l
(voi
me
m
size_
byte
s
)
lv_tlsf.h:59
state
.
tlsf
=
lv_tlsf_create_with_pool
(
(
void
*
)
work_mem_int
,
LV_MEM_SIZE
)
;
lv_mem_core_builtin.c:83
lv_mem_init()
Call Tree
from
examples
lv_tlsf_create_with_pool()
is called by 1 function and calls 3 functions:
lv_mem_init()
All items filtered out
lv_tlsf_create_with_pool()
lv_tlsf_create()
lv_tlsf_add_pool()
lv_tlsf_size()
All items filtered out
Data Use
from
examples
lv_tlsf_create_with_pool()
:
All items filtered out
lv_tlsf_create_with_pool()
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