#include <DBMAllocator.h>
Public Member Functions | |
| DBMAllocator () | |
| free memory of the deallocated idbm_t | |
| void | cleanUp () |
| Wrapper function. | |
| void * | alloc (cindex_t dim) |
| Allocate memory to instantiate an idbm_t. | |
| void | dealloc (idbm_t *dbm) |
| a constant DBM 1x1 (copies will make it non-mutable). | |
| dbm_t & | dbm1 () |
Private Attributes | |
| base::array_t< idbm_t * > | freeList |
| dbm_t | dbm1x1 |
|
|
free memory of the deallocated idbm_t
|
|
|
Allocate memory to instantiate an idbm_t.
|
|
|
Wrapper function.
|
|
|
|
|
|
a constant DBM 1x1 (copies will make it non-mutable).
|
|
|
|
|
|
|
1.4.2