Searched defs:_OSet (Results 1 – 1 of 1) sorted by relevance
112 struct _OSet { struct113 SizeT keyOff; // key offset114 OSetCmp_t cmp; // compare a key and an element, or NULL115 OSetAlloc_t alloc_fn; // allocator116 const HChar* cc; // cost centre for allocator117 OSetFree_t free_fn; // deallocator118 PoolAlloc* node_pa; // (optional) pool allocator for nodes.119 SizeT maxEltSize; // for node_pa, must be > 0. Otherwise unused.120 Word nElems; // number of elements in the tree121 AvlNode* root; // root node[all …]