Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h81 template <class T> struct SinglyLinkedList : public IntrusiveList<T> { struct
87 void push_back(T *X) { in push_back()
97 void push_front(T *X) { in push_front()
105 void pop_front() { in pop_front()
136 void append_back(SinglyLinkedList<T> *L) { in append_back() argument