Skip to main content

malloc_type_zone_realloc

Function malloc_type_zone_realloc 

Source
pub unsafe extern "C" fn malloc_type_zone_realloc(
    zone: *mut _malloc_zone_t,
    ptr: *mut c_void,
    size: usize,
    type_id: u64,
) -> *mut c_void