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_voidExpand description
resizes array in the block memory pool and copies the data