Home
last modified time | relevance | path

Searched defs:BMSallocBlockMemory (Results 1 – 1 of 1) 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(… macro
483 #define BMSallocBlockMemory(mem,ptr) (SCIP_UNUSED(mem), BMSallocMemory(ptr)) macro