24 #ifndef __SCIP_MEM_H__ 25 #define __SCIP_MEM_H__ SCIP_RETCODE SCIPmemFree(SCIP_MEM **mem)
enum SCIP_Retcode SCIP_RETCODE
type definitions for return codes for SCIP methods
SCIP_Longint SCIPmemGetTotal(SCIP_MEM *mem)
SCIP_Longint SCIPmemGetUsedBlockmemoryMax(SCIP_MEM *mem)
datastructures for block memory pools and memory buffers
type definitions for block memory pools and memory buffers
SCIP_Longint SCIPmemGetAllocatedBlockmemoryMax(SCIP_MEM *mem)
common defines and data types used in all packages of SCIP
SCIP_Longint SCIPmemGetUsed(SCIP_MEM *mem)
SCIP_Longint SCIPmemGetUnusedBlockmemoryMax(SCIP_MEM *mem)
SCIP_RETCODE SCIPmemCreate(SCIP_MEM **mem)