Home | History | Annotate | Download | only in sanitizer_common

Lines Matching refs:free_list

333     Batch *b = region->free_list.Pop();
343 region->free_list.Push(b);
474 LFStack<Batch> free_list;
505 Batch *b = region->free_list.Pop();
557 region->free_list.Push(b);
630 if (sci->free_list.empty())
632 CHECK(!sci->free_list.empty());
633 Batch *b = sci->free_list.front();
634 sci->free_list.pop_front();
643 sci->free_list.push_front(b);
734 IntrusiveList<Batch> free_list;
784 sci->free_list.push_back(b);
790 sci->free_list.push_back(b);