Home
last modified time | relevance | path

Searched defs:SinglyLinkedList (Results 1 – 2 of 2) sorted by relevance

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h81 template <class T> struct SinglyLinkedList : public IntrusiveList<T> { global() struct
87 push_backSinglyLinkedList push_back() argument
97 push_frontSinglyLinkedList push_front() argument
105 pop_frontSinglyLinkedList pop_front() argument
136 append_backSinglyLinkedList append_back() argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dlist_test.cpp133 TEST(ScudoListTest,SinglyLinkedList) TEST() argument