#include <iostream>Go to the source code of this file.
Classes | |
| class | memnode |
| Memory block. More... | |
| class | mempool |
| Memory pool. More... | |
| class | strstack |
| A stack to store strings. More... | |
| class | storage |
| Manages multiple memory pools. More... | |
Defines | |
| #define | MP_BLOCK_SIZE 1000000 |
Variables | |
| const int | NULL = 0 |
| #define MP_BLOCK_SIZE 1000000 |
Definition at line 34 of file mempool.h.
Referenced by ngramcache::ngramcache(), and ngramcache::reset().
1.5.9