|
ARB
|

Go to the source code of this file.
Macros | |
| #define | MINSIZE 72 |
Functions | |
| static void | clearUp (void) |
| static __ATTR__NORETURN void | outOfMemory (void) |
| void * | newBlock (size_t s) |
| void | freeBlock_ (void **vv) |
| void ** | newMatrix (size_t nrow, size_t ncol, size_t s) |
| void | freeMatrix_ (void ***mm) |
Variables | |
| static void * | M =NULp |
| static void * | D =NULp |
| static size_t | A =0 |
| #define MINSIZE 72 |
Definition at line 16 of file mem.cxx.
Referenced by freeBlock_(), and newBlock().
|
static |
|
static |
Definition at line 30 of file mem.cxx.
References clearUp(), and EXIT_FAILURE.
Referenced by newBlock().
| void* newBlock | ( | size_t | s | ) |
Definition at line 39 of file mem.cxx.
References D, M, MINSIZE, NULp, and outOfMemory().
Referenced by Align(), newIsland(), and newMatrix().
| void freeBlock_ | ( | void ** | vv | ) |
Definition at line 87 of file mem.cxx.
References newBlock(), and s.
Referenced by Align(), and initTrnsprob().
|
static |
Definition at line 18 of file mem.cxx.
Referenced by DI_MATRIX::calculate(), clearUp(), freeBlock_(), getEntropy(), newBlock(), and updateEntropy().
|
static |
Definition at line 18 of file mem.cxx.
Referenced by clearUp(), freeBlock_(), newBlock(), and update_min_mutations().
1.8.8