Skip to main content

lv_realloc_core

Function lv_realloc_core 

Source
pub unsafe extern "C" fn lv_realloc_core(
    p: *mut c_void,
    new_size: usize,
) -> *mut c_void
Expand description

Used internally to execute a plain realloc operation @param p memory address to realloc @param new_size size in bytes to realloc