rgb_panel sample
lv_realloc_core()
is only used within rgb_panel 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
rgb_panel sample
lv_realloc_core()
lv_realloc_core() function
Used internally to execute a plain realloc operation
Syntax
Show:
Summary
Declaration
Definition
from
lv_mem.h:110
void
*
lv_realloc_core
(
void
*
p
,
size_t
new_size
)
;
Implemented in
lv_mem_core_builtin.c:157
Arguments
Argument
Description
p
memory address to realloc
new_size
size in bytes to realloc
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