#include <pool.hh>
Public Member Functions | |
| Pool () | |
| ~Pool () | |
| void * | Allocate (std::size_t size) |
| void | FreeAll () |
Definition at line 12 of file pool.hh.
| util::Pool::~Pool | ( | ) |
| void* util::Pool::Allocate | ( | std::size_t | size | ) | [inline] |
Definition at line 18 of file pool.hh.
Referenced by Moses::FactorCollection::AddFactor(), search::SingleBest::Complete(), MosesTuning::Vocab::FindOrAdd(), lm::ngram::SortedVocabulary::Insert(), and search::NBestList::NBestList().

| void util::Pool::FreeAll | ( | ) |
1.5.9