i80_controller sample
lv_mem_test()
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_mem_test()
lv_mem_test() function
Tests the memory allocation system by allocating and freeing a block of memory.
Syntax
Show:
Summary
Declaration
Definition
from
lv_mem.h:124
lv_result_t
lv_mem_test
(
void
)
;
Implemented in
lv_mem.c:150
Return value
LV_RESULT_OK if the memory allocation system is working properly, or LV_RESULT_INVALID if there is an error.
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
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
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out