Scippy

    SCIP

    Solving Constraint Integer Programs

    Detailed Description

    public methods for memory management

    Author
    Tobias Achterberg
    Timo Berthold
    Gerald Gamrath
    Leona Gottwald
    Stefan Heinz
    Gregor Hendel
    Thorsten Koch
    Alexander Martin
    Marc Pfetsch
    Michael Winkler
    Kati Wolter

    Definition in file scip_mem.c.

    #include "scip/mem.h"
    #include "scip/pub_message.h"
    #include "scip/scip_mem.h"
    #include "scip/set.h"
    #include "scip/stat.h"
    #include "scip/struct_mem.h"
    #include "scip/struct_scip.h"

    Go to the source code of this file.

    Functions

    BMS_BLKMEMSCIPblkmem (SCIP *scip)
     
    BMS_BUFMEMSCIPbuffer (SCIP *scip)
     
    BMS_BUFMEMSCIPcleanbuffer (SCIP *scip)
     
    SCIP_Longint SCIPgetMemUsed (SCIP *scip)
     
    SCIP_Longint SCIPgetMemTotal (SCIP *scip)
     
    SCIP_Longint SCIPgetMemExternEstim (SCIP *scip)
     
    int SCIPcalcMemGrowSize (SCIP *scip, int num)
     
    SCIP_RETCODE SCIPensureBlockMemoryArray_call (SCIP *scip, void **arrayptr, size_t elemsize, int *arraysize, int minsize)
     
    void SCIPprintMemoryDiagnostic (SCIP *scip)
     
    void SCIPcollectMemoryGarbage (SCIP *scip)