Home
last modified time | relevance | path

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

/dports/math/SCIP/scip-7.0.3/src/blockmemshell/
H A Dmemory.h443 #define BMSallocBlockMemory(mem,ptr) ASSIGN((ptr), BMSallocBlockMemory_call((mem), sizeof(…
444 #define BMSallocBlockMemorySize(mem,ptr,size) ASSIGN((ptr), BMSallocBlockMemory_call((mem), (size_t…
539 void* BMSallocBlockMemory_call(
H A Dmemory.c1882 void* BMSallocBlockMemory_call( in BMSallocBlockMemory_call() function
1955 return BMSallocBlockMemory_call(blkmem, newsize, filename, line); in BMSreallocBlockMemory_call()
1972 newptr = BMSallocBlockMemory_call(blkmem, newsize, filename, line); in BMSreallocBlockMemory_call()
2032 ptr = BMSallocBlockMemory_call(blkmem, size, filename, line); in BMSduplicateBlockMemory_call()