mem.c
Go to the documentation of this file.
22 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/ 46 SCIP_ALLOC( (*mem)->buffer = BMScreateBufferMemory(SCIP_DEFAULT_MEM_ARRAYGROWFAC, SCIP_DEFAULT_MEM_ARRAYGROWINIT, FALSE) ); 47 SCIP_ALLOC( (*mem)->cleanbuffer = BMScreateBufferMemory(SCIP_DEFAULT_MEM_ARRAYGROWFAC, SCIP_DEFAULT_MEM_ARRAYGROWINIT, TRUE) );
Definition: struct_mem.h:36 long long BMSgetBufferMemoryUsed(const BMS_BUFMEM *buffer) Definition: memory.c:3041 methods for block memory pools and memory buffers Definition: type_retcode.h:33 public methods for message output common defines and data types used in all packages of SCIP |