Definition at line 34 of file allocator.cpp.
35 {
38 **tmp;
39
41 {
42 throw std::string("BIB::FastAllocator::ExpandMemory(): failed to allocate memory.");
43 }
44
47 do
48 {
50 *(
reinterpret_cast<void***
>(
begin)) = tmp;
53 }
const size_t MemoryPageSize
TermIterator< Nterm > begin(Nterm *ptr)
TermIterator< Nterm > end(Nterm *)
References begin(), end(), FreeBlock, MemoryPageSize, PageSize, and TSize.
Referenced by Allocate().