pub unsafe extern "C" fn lv_realloc_core( p: *mut c_void, new_size: usize, ) -> *mut c_void
Used internally to execute a plain realloc operation @param p memory address to realloc @param new_size size in bytes to realloc