Searched defs:SkipList (Results 1 – 1 of 1) sorted by relevance
39 struct SkipList { struct40 struct SkipListNode *head; argument41 struct SkipListNode *tail; argument43 struct SkipListNode *hnode[MAX_SKIPLIST_LEVEL]; /* point to the first node of each level */ argument44 struct SkipListNode *tnode[MAX_SKIPLIST_LEVEL]; /* point to the last node of each level */ argument56 SkipList. argument