pub unsafe extern "C" fn SCIPensureBlockMemoryArray_call(
scip: *mut SCIP,
arrayptr: *mut *mut c_void,
elemsize: usize,
arraysize: *mut c_int,
minsize: c_int,
) -> SCIP_RETCODEExpand description
extends a dynamically allocated block memory array to be able to store at least the given number of elements; use SCIPensureBlockMemoryArray() define to call this method!
@return \ref SCIP_OKAY is returned if everything worked. Otherwise a suitable error code is passed. See \ref SCIP_Retcode “SCIP_RETCODE” for a complete list of error codes.