Home
last modified time | relevance | path

Searched defs:_OSet (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_oset.c112 struct _OSet { struct
113 SizeT keyOff; // key offset
114 OSetCmp_t cmp; // compare a key and an element, or NULL
115 OSetAlloc_t alloc_fn; // allocator
116 const HChar* cc; // cost centre for allocator
117 OSetFree_t free_fn; // deallocator
118 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 tree
121 AvlNode* root; // root node
[all …]