Searched refs:AllocEntryList (Results 1 – 1 of 1) sorted by relevance
35 using AllocEntryList = SmallVector<AllocEntry, 8>; variable52 AllocEntryList::const_iterator begin() const { return allocs.begin(); } in begin()55 AllocEntryList::const_iterator end() const { return allocs.end(); } in end()58 AllocEntryList::iterator begin() { return allocs.begin(); } in begin()61 AllocEntryList::iterator end() { return allocs.end(); } in end()72 AllocEntryList allocs;