lv_malloc_zeroed() function
Allocate zeroed memory dynamically
Syntax
void * lv_malloc_zeroed(size_t size); Arguments
size
requested size in bytes
Return value
pointer to allocated zeroed memory, or NULL on failure
lv_malloc_zeroed() is called by 20 functions and calls 2 functions:
![]()
lv_malloc_zeroed()
lv_malloc_zeroed():
![]()
lv_malloc_zeroed()