Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:free_list

349     Batch *b = region->free_list.Pop();
359 region->free_list.Push(b);
493 LFStack<Batch> free_list;
520 Batch *b = region->free_list.Pop();
572 region->free_list.Push(b);
735 if (sci->free_list.empty())
737 CHECK(!sci->free_list.empty());
738 Batch *b = sci->free_list.front();
739 sci->free_list.pop_front();
748 sci->free_list.push_front(b);
839 IntrusiveList<Batch> free_list;
888 sci->free_list.push_back(b);
894 sci->free_list.push_back(b);