Searched refs:IntrusiveList (Results 1 – 12 of 12) sorted by relevance
28 struct IntrusiveList { struct75 void append_front(IntrusiveList<Item> *l) { in append_front() argument89 void append_back(IntrusiveList<Item> *l) { in append_back() argument134 typedef IteratorBase<IntrusiveList<Item>, Item> Iterator; argument135 typedef IteratorBase<const IntrusiveList<Item>, const Item> ConstIterator; argument
160 typedef IntrusiveList<SymbolizerTool>::Iterator Iterator;161 IntrusiveList<SymbolizerTool> tools_;163 explicit Symbolizer(IntrusiveList<SymbolizerTool> tools);
136 IntrusiveList<ThreadContextBase> dead_threads_;137 IntrusiveList<ThreadContextBase> invalid_threads_;
31 IntrusiveList<FlagDescription> flag_descriptions;
98 Symbolizer::Symbolizer(IntrusiveList<SymbolizerTool> tools) in Symbolizer()
141 IntrusiveList<SymbolizerTool> list; in PlatformInit()
411 static void ChooseSymbolizerTools(IntrusiveList<SymbolizerTool> *list, in ChooseSymbolizerTools()441 IntrusiveList<SymbolizerTool> list; in PlatformInit()
164 IntrusiveList<QuarantineBatch> list_;
592 typedef IntrusiveList<AddressRange>::ConstIterator Iterator;598 IntrusiveList<AddressRange> ranges_;
834 IntrusiveList<Batch> free_list;835 char padding[kCacheLineSize - sizeof(uptr) - sizeof(IntrusiveList<Batch>)];
93 class AsanChunkFifoList: public IntrusiveList<AsanChunk> {102 IntrusiveList<AsanChunk>::clear(); in clear()
22 typedef IntrusiveList<ListItem> List;63 TEST(SanitizerCommon, IntrusiveList) { in TEST() argument