|
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
buffer.h
Go to the documentation of this file.
21 /*---+----1----+----2----+----3----+----4----+----5----+----6----+----7----+----8----+----9----+----0----+----1----+----2*/
86 /** allocates the next unused buffer and copies the given memory into the buffer; checks for integer overflows */
type definitions for global SCIP settings SCIP_RETCODE SCIPbufferAllocMemSave(SCIP_SET *set, void **ptr, int num, size_t elemsize) Definition: buffer.c:224 type definitions for return codes for SCIP methods Definition: struct_set.h:55 SCIP_RETCODE SCIPbufferAllocMem(SCIP_BUFFER *buffer, SCIP_SET *set, void **ptr, int size) Definition: buffer.c:73 SCIP_RETCODE SCIPbufferDuplicateMemSave(SCIP_SET *set, void **ptr, const void *source, int num, size_t elemsize) Definition: buffer.c:244 SCIP_RETCODE SCIPbufferDuplicateMem(SCIP_BUFFER *buffer, SCIP_SET *set, void **ptr, const void *source, int size) Definition: buffer.c:142 void SCIPbufferFreeMem(SCIP_BUFFER *buffer, void **ptr, int dummysize) Definition: buffer.c:286 SCIP_RETCODE SCIPbufferReallocMem(SCIP_BUFFER *buffer, SCIP_SET *set, void **ptr, int size) Definition: buffer.c:163 Definition: struct_buffer.h:36 common defines and data types used in all packages of SCIP type definitions for memory buffers for temporary objects SCIP_RETCODE SCIPbufferReallocMemSave(SCIP_SET *set, void **ptr, int num, size_t elemsize) Definition: buffer.c:265 |