Skip to main content

lv_malloc

Function lv_malloc 

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

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