Searched defs:ListItemLinkedWithIndex (Results 1 – 1 of 1) sorted by relevance
20 struct ListItemLinkedWithIndex { struct21 scudo::uptr Next;22 scudo::uptr Prev;23 static constexpr scudo::uptr EndOfListVal = 1ULL << 30;