Dip
0.92.4
|
#include <MAD_MemPool.h>
Public Member Functions | |
void | allocateMemory (const int nOrigRows, const int nCoreCols, const int nBlocks) throw (CoinError) |
MAD_MemPool () | |
~MAD_MemPool () | |
Public Attributes | |
int * | intArrNOrigRows |
int * | intArrNCoreCols |
double * | dblArrNCoreCols |
pair< int, double > * | pIntDblArrNCoreCols |
double * | dblArrNBlocks |
Definition at line 21 of file MAD_MemPool.h.
|
inline |
Definition at line 53 of file MAD_MemPool.h.
|
inline |
Definition at line 61 of file MAD_MemPool.h.
References dblArrNBlocks, dblArrNCoreCols, intArrNCoreCols, intArrNOrigRows, pIntDblArrNCoreCols, and UTIL_DELARR.
|
inline |
Definition at line 30 of file MAD_MemPool.h.
References CoinAssertHint, dblArrNBlocks, dblArrNCoreCols, intArrNCoreCols, intArrNOrigRows, and pIntDblArrNCoreCols.
int* MAD_MemPool::intArrNOrigRows |
Definition at line 23 of file MAD_MemPool.h.
Referenced by allocateMemory(), and ~MAD_MemPool().
int* MAD_MemPool::intArrNCoreCols |
Definition at line 24 of file MAD_MemPool.h.
Referenced by allocateMemory(), and ~MAD_MemPool().
double* MAD_MemPool::dblArrNCoreCols |
Definition at line 25 of file MAD_MemPool.h.
Referenced by allocateMemory(), and ~MAD_MemPool().
pair<int, double>* MAD_MemPool::pIntDblArrNCoreCols |
Definition at line 26 of file MAD_MemPool.h.
Referenced by allocateMemory(), and ~MAD_MemPool().
double* MAD_MemPool::dblArrNBlocks |
Definition at line 27 of file MAD_MemPool.h.
Referenced by allocateMemory(), and ~MAD_MemPool().