Searched defs:SkipList (Results 1 – 1 of 1) sorted by relevance
40 struct SkipList { struct41 struct SkipListNode *head; argument42 struct SkipListNode *tail; argument44 struct SkipListNode *hnode[MAX_SKIPLIST_LEVEL]; /* point to the first node of each level */ argument45 struct SkipListNode *tnode[MAX_SKIPLIST_LEVEL]; /* point to the last node of each level */ argument57 SkipList. argument