Home
last modified time | relevance | path

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

/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h151 template <class T> struct DoublyLinkedList : IntrusiveList<T> { global() struct
157 push_frontDoublyLinkedList push_front() argument
171 insertDoublyLinkedList insert() argument
185 push_backDoublyLinkedList push_back() argument
198 pop_frontDoublyLinkedList pop_front() argument
211 removeDoublyLinkedList remove() argument
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dlist_test.cpp183 TEST(ScudoListTest,DoublyLinkedList) TEST() argument