Searched refs:inUseList (Results 1 – 2 of 2) sorted by relevance
63 inUseList(0), in TPoolAllocator()105 while (inUseList) { in ~TPoolAllocator()106 tHeader* next = inUseList->nextPage; in ~TPoolAllocator()107 inUseList->~tHeader(); in ~TPoolAllocator()108 delete [] reinterpret_cast<char*>(inUseList); in ~TPoolAllocator()109 inUseList = next; in ~TPoolAllocator()161 tAllocState state = { currentPageOffset, inUseList }; in push()186 while (inUseList != page) { in pop()188 inUseList->~tHeader(); in pop()190 tHeader* nextInUse = inUseList->nextPage; in pop()[all …]
214 tHeader* inUseList; // list of all memory currently being used variable