i80_controller sample
mapping_insert()
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
mapping_insert()
mapping_insert() function
Syntax
Show:
Summary
Declaration
from
lv_tlsf.c:527
static
void
mapping_insert
(
size_t
size
,
int
*
fli
,
int
*
sli
)
;
Arguments
Argument
size
fli
sli
Examples
References
from
examples
Code
Location
Referrer
static
void
mapping_insert
(
size_t
size
,
int
*
fli
,
int
*
sli
)
lv_tlsf.c:527
mapping_insert
(
size
,
fli
,
sli
)
;
lv_tlsf.c:551
mapping_search()
mapping_insert
(
block_size
(
block
)
,
&
fl
,
&
sl
)
;
lv_tlsf.c:635
block_remove()
mapping_insert
(
block_size
(
block
)
,
&
fl
,
&
sl
)
;
lv_tlsf.c:643
block_insert()
mapping_insert
(
block_size
(
block
)
,
&
fli
,
&
sli
)
;
lv_tlsf.c:875
lv_tlsf_check()
mapping_insert
(
block_size
(
block
)
,
&
fl
,
&
sl
)
;
lv_tlsf.c:1025
lv_tlsf_remove_pool()
Call Tree
from
examples
mapping_insert()
is called by 5 functions and calls 1 function:
mapping_search()
block_remove()
block_insert()
lv_tlsf_check()
lv_tlsf_remove_pool()
All items filtered out
mapping_insert()
tlsf_fls()
All items filtered out
Data Use
from
examples
mapping_insert()
reads 4 variables:
tlsf_public::SL_INDEX_COUNT_LOG2
tlsf_private::SL_INDEX_COUNT
tlsf_private::FL_INDEX_SHIFT
tlsf_private::SMALL_BLOCK_SIZE
All items filtered out
mapping_insert()
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