BMSreallocBlockMemoryArray_call

Function BMSreallocBlockMemoryArray_call 

Source
pub unsafe extern "C" fn BMSreallocBlockMemoryArray_call(
    blkmem: *mut BMS_BLKMEM,
    ptr: *mut c_void,
    oldnum: usize,
    newnum: usize,
    typesize: usize,
    filename: *const c_char,
    line: c_int,
) -> *mut c_void
Expand description

resizes array in the block memory pool and copies the data