All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
SCIP_Buffer Struct Reference Detailed Descriptionmemory buffer storage for temporary objects Definition at line 36 of file struct_buffer.h.
Field Documentation
allocated memory chunks for arbitrary data Definition at line 38 of file struct_buffer.h. Referenced by SCIPbufferAllocMem(), SCIPbufferFreeMem(), SCIPbufferPrint(), and SCIPbufferReallocMem().
sizes of buffers in bytes Definition at line 39 of file struct_buffer.h. Referenced by SCIPbufferAllocMem(), SCIPbufferFreeMem(), SCIPbufferPrint(), and SCIPbufferReallocMem().
TRUE iff corresponding buffer is in use Definition at line 40 of file struct_buffer.h. Referenced by SCIPbufferAllocMem(), SCIPbufferFreeMem(), SCIPbufferPrint(), and SCIPbufferReallocMem().
number of memory chunks Definition at line 41 of file struct_buffer.h. Referenced by SCIPbufferAllocMem(), SCIPbufferFreeMem(), SCIPbufferPrint(), and SCIPbufferReallocMem().
first unused memory chunk Definition at line 42 of file struct_buffer.h. Referenced by SCIPbufferAllocMem(), SCIPbufferFreeMem(), SCIPbufferGetNUsed(), and SCIPbufferReallocMem(). |