Searched defs:DoublyLinkedList (Results 1 – 2 of 2) sorted by relevance
/llvm-project/compiler-rt/lib/scudo/standalone/ | ||
H A D | list.h | 151 template <class T> struct DoublyLinkedList : IntrusiveList<T> { global() struct |
/llvm-project/compiler-rt/lib/scudo/standalone/tests/ | ||
H A D | list_test.cpp | 183 TEST(ScudoListTest,DoublyLinkedList) TEST() argument |