Searched refs:freeList (Results 1 – 8 of 8) sorted by relevance
75 freeList(nullptr), in TPoolAllocator()133 while (freeList) { in ~TPoolAllocator()134 tHeader* next = freeList->nextPage; in ~TPoolAllocator()135 delete [] reinterpret_cast<char*>(freeList); in ~TPoolAllocator()136 freeList = next; in ~TPoolAllocator()214 inUseList->nextPage = freeList; in pop()215 freeList = inUseList; in pop()287 if (freeList) { in allocate()288 memory = freeList; in allocate()289 freeList = freeList->nextPage; in allocate()
64 freeList(0), in TPoolAllocator()124 while (freeList) { in ~TPoolAllocator()125 tHeader* next = freeList->nextPage; in ~TPoolAllocator()126 delete [] reinterpret_cast<char*>(freeList); in ~TPoolAllocator()127 freeList = next; in ~TPoolAllocator()215 inUseList->nextPage = freeList; in pop()216 freeList = inUseList; in pop()302 if (freeList) { in allocate()303 memory = freeList; in allocate()304 freeList = freeList->nextPage; in allocate()
215 tHeader* freeList; // list of popped memory variable
34 : allocation(allocation), freeList(head), prev(nullptr), next(nullptr), blocksInUse(0) { in Slab()117 IndexLinkNode* head = slab->freeList; in PushFront()124 slab->freeList = node; in PushFront()131 ASSERT(slab->freeList != nullptr); in PopFront()133 IndexLinkNode* head = slab->freeList; in PopFront()135 slab->freeList = nullptr; in PopFront()138 slab->freeList = OffsetFrom(head, head->nextIndex - head->index); in PopFront()139 ASSERT(IsNodeInSlab(slab, slab->freeList)); in PopFront()207 ASSERT(slab->freeList != nullptr); in Deallocate()
86 IndexLinkNode* freeList; member
237 tHeader* freeList; // list of popped memory in initializeAllocation() variable
22607 <!-- PQHeapHandle PriorityQHeap::freeList -->22608 …<var-decl name='freeList' type-id='type-id-398' visibility='default' filepath='libtess/priorityq-h…
14522 …<var-decl name='freeList' type-id='type-id-398' visibility='default' filepath='libtess/priorityq-h…