Home
last modified time | relevance | path

Searched refs:BMSallocBlockMemoryArray_call (Results 1 – 2 of 2) sorted by relevance

/dports/math/SCIP/scip-7.0.3/src/blockmemshell/
H A Dmemory.h445 #define BMSallocBlockMemoryArray(mem,ptr,num) ASSIGN((ptr), BMSallocBlockMemoryArray_call((mem), (s…
548 void* BMSallocBlockMemoryArray_call(
H A Dmemory.c1902 void* BMSallocBlockMemoryArray_call( in BMSallocBlockMemoryArray_call() function
1933 ptr = BMSallocBlockMemoryArray_call(blkmem, num, typesize, filename, line); in BMSallocClearBlockMemoryArray_call()
1996 return BMSallocBlockMemoryArray_call(blkmem, newnum, typesize, filename, line); in BMSreallocBlockMemoryArray_call()
2011 newptr = BMSallocBlockMemoryArray_call(blkmem, newnum, typesize, filename, line); in BMSreallocBlockMemoryArray_call()
2053 ptr = BMSallocBlockMemoryArray_call(blkmem, num, typesize, filename, line); in BMSduplicateBlockMemoryArray_call()