Home
last modified time | relevance | path

Searched refs:_myPages (Results 1 – 2 of 2) sorted by relevance

/dports/math/vampire/vampire-4.5.1/Lib/
H A DAllocator.cpp159 _myPages = 0; in Allocator()
172 while (_myPages) { in ~Allocator()
173 deallocatePages(_myPages); in ~Allocator()
660 result->next = _myPages; in allocatePages()
662 if (_myPages) { in allocatePages()
663 _myPages->previous = result; in allocatePages()
665 _myPages = result; in allocatePages()
731 if (page == _myPages) { in deallocatePages()
732 _myPages = next; in deallocatePages()
H A DAllocator.hpp305 Page* _myPages; member in Lib::Allocator