Searched refs:IntrusiveList (Results 1 - 12 of 12) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h34 template <class T> struct IntrusiveList { struct in namespace:scudo
65 template <class T> void IntrusiveList<T>::checkConsistency() const {
81 template <class T> struct SinglyLinkedList : public IntrusiveList<T> {
82 using IntrusiveList<T>::First;
83 using IntrusiveList<T>::Last;
84 using IntrusiveList<T>::Size;
85 using IntrusiveList<T>::empty;
139 template <class T> struct DoublyLinkedList : IntrusiveList<T> {
140 using IntrusiveList<T>::First;
141 using IntrusiveList<
[all...]
H A Drelease.h152 releaseFreeMemoryToOS(const IntrusiveList<TransferBatchT> &FreeList, uptr Base,
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h28 struct IntrusiveList { struct in namespace:__sanitizer
88 void append_front(IntrusiveList<Item> *l) {
102 void append_back(IntrusiveList<Item> *l) {
H A Dsanitizer_symbolizer.h197 IntrusiveList<SymbolizerTool> tools_;
199 explicit Symbolizer(IntrusiveList<SymbolizerTool> tools);
H A Dsanitizer_thread_registry.h149 IntrusiveList<ThreadContextBase> dead_threads_;
150 IntrusiveList<ThreadContextBase> invalid_threads_;
H A Dsanitizer_symbolizer.cpp114 Symbolizer::Symbolizer(IntrusiveList<SymbolizerTool> tools)
H A Dsanitizer_symbolizer_win.cpp277 static void ChooseSymbolizerTools(IntrusiveList<SymbolizerTool> *list,
305 IntrusiveList<SymbolizerTool> list;
H A Dsanitizer_symbolizer_posix_libcdep.cpp444 static void ChooseSymbolizerTools(IntrusiveList<SymbolizerTool> *list,
474 IntrusiveList<SymbolizerTool> list;
H A Dsanitizer_quarantine.h302 typedef IntrusiveList<QuarantineBatch> List;
H A Dsanitizer_allocator_primary32.h280 IntrusiveList<TransferBatch> free_list;
H A Dsanitizer_common.h750 const IntrusiveList<AddressRange> &ranges() const { return ranges_; }
759 IntrusiveList<AddressRange> ranges_;
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.h100 class AsanChunkFifoList: public IntrusiveList<AsanChunk> {
109 IntrusiveList<AsanChunk>::clear();

Completed in 988 milliseconds