Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAttributeList.cpp59 size_t freeListIndex = getFreeListIndexForSize(size); in reclaimPool() local
62 if (freeListIndex >= FreeLists.size()) in reclaimPool()
63 FreeLists.resize(freeListIndex+1); in reclaimPool()
66 cur->NextInPool = FreeLists[freeListIndex]; in reclaimPool()
67 FreeLists[freeListIndex] = cur; in reclaimPool()