Home
last modified time | relevance | path

Searched refs:freeList (Results 1 – 8 of 8) sorted by relevance

/third_party/glslang/glslang/MachineIndependent/
DPoolAlloc.cpp75 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()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp64 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()
DPoolAlloc.h215 tHeader* freeList; // list of popped memory variable
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.cpp34 : 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()
DSlabAllocator.h86 IndexLinkNode* freeList; member
/third_party/glslang/glslang/Include/
DPoolAlloc.h237 tHeader* freeList; // list of popped memory in initializeAllocation() variable
/third_party/libabigail/tests/data/test-annotate/
Dtest14-pr18893.so.abi22607 <!-- PQHeapHandle PriorityQHeap::freeList -->
22608 …<var-decl name='freeList' type-id='type-id-398' visibility='default' filepath='libtess/priorityq-h…
/third_party/libabigail/tests/data/test-read-dwarf/
Dtest14-pr18893.so.abi14522 …<var-decl name='freeList' type-id='type-id-398' visibility='default' filepath='libtess/priorityq-h…