Skip to main content

lv_malloc_zeroed

Function lv_malloc_zeroed 

Source
pub unsafe extern "C" fn lv_malloc_zeroed(size: usize) -> *mut c_void
Expand description

Allocate zeroed memory dynamically @param size requested size in bytes @return pointer to allocated zeroed memory, or NULL on failure