A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://scip.zib.de/doc/html/mem_8c_source.php below:

SCIP Doxygen Documentation: mem.c Source File

Go to the documentation of this file. 59 SCIPdebugMessage

(

"created setmem block memory at <%p>\n"

, (

void

*)(*mem)->setmem);

60 SCIPdebugMessage

(

"created probmem block memory at <%p>\n"

, (

void

*)(*mem)->probmem);

62 SCIPdebugMessage

(

"created buffer memory at <%p>\n"

, (

void

*)(*mem)->buffer);

63 SCIPdebugMessage

(

"created clean buffer memory at <%p>\n"

, (

void

*)(*mem)->cleanbuffer);

101

assert(mem !=

NULL

);

112

assert(mem !=

NULL

);

123

assert(mem !=

NULL

);

133

assert(mem !=

NULL

);

143

assert(mem !=

NULL

);

common defines and data types used in all packages of SCIP

#define SCIP_DEFAULT_MEM_ARRAYGROWINIT

#define SCIP_DEFAULT_MEM_ARRAYGROWFAC

SCIP_Longint SCIPmemGetUsedBlockmemoryMax(SCIP_MEM *mem)

SCIP_Longint SCIPmemGetUnusedBlockmemoryMax(SCIP_MEM *mem)

SCIP_Longint SCIPmemGetTotal(SCIP_MEM *mem)

SCIP_RETCODE SCIPmemCreate(SCIP_MEM **mem)

SCIP_Longint SCIPmemGetUsed(SCIP_MEM *mem)

SCIP_Longint SCIPmemGetAllocatedBlockmemoryMax(SCIP_MEM *mem)

SCIP_RETCODE SCIPmemFree(SCIP_MEM **mem)

methods for block memory pools and memory buffers

long long BMSgetBufferMemoryUsed(const BMS_BUFMEM *buffer)

#define BMSfreeMemory(ptr)

#define BMSgetBlockMemoryUsedMax(mem)

#define BMScreateBlockMemory(csz, gbf)

#define BMSdestroyBlockMemory(mem)

#define BMSgetBlockMemoryUnusedMax(mem)

#define BMSgetBlockMemoryUsed(mem)

#define BMScreateBufferMemory(fac, init, clean)

#define BMSgetBlockMemoryAllocated(mem)

#define BMSgetBlockMemoryAllocatedMax(mem)

#define BMSblockMemoryCheckEmpty(mem)

#define BMSdestroyBufferMemory(mem)

#define BMSallocMemory(ptr)

public methods for message output

enum SCIP_Retcode SCIP_RETCODE


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4