Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DAttributeList.cpp77 size_t freeListIndex = getFreeListIndexForSize(size); in reclaimPool() local
80 if (freeListIndex >= FreeLists.size()) in reclaimPool()
81 FreeLists.resize(freeListIndex+1); in reclaimPool()
84 cur->NextInPool = FreeLists[freeListIndex]; in reclaimPool()
85 FreeLists[freeListIndex] = cur; in reclaimPool()