i80_controller sample
buf_malloc()
is only used within i80_controller sample.
Symbol previews are coming soon...
Symbols
loading (1/4)...
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
buf_malloc()
buf_malloc() function
STATIC FUNCTIONS
Syntax
Show:
Summary
Declaration
Definition
from
lv_draw_buf.c:30
static
void
*
buf_malloc
(
size_t
size
,
lv_color_format_t
color_format
)
;
Implemented in
lv_draw_buf.c:597
Arguments
Argument
size
color_format
Examples
References
from
examples
Code
Location
Referrer
static
void
*
buf_malloc
(
size_t
size_bytes
,
lv_color_format_t
color_format
)
lv_draw_buf.c:597
static
void
*
buf_malloc
(
size_t
size
,
lv_color_format_t
color_format
)
;
lv_draw_buf.c:30
lv_draw_buf_handlers_init
(
handlers
,
buf_malloc
,
buf_free
,
buf_align
,
NULL
,
NULL
,
width_to_stride
)
;
lv_draw_buf.c:61
lv_draw_buf_init_with_default_handlers()
Call Tree
from
examples
buf_malloc()
calls 1 function:
All items filtered out
buf_malloc()
lv_malloc()
All items filtered out
Data Use
from
examples
buf_malloc()
writes 1 variable:
All items filtered out
buf_malloc()
lv_draw_buf_init_with_default_handlers()
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