Searched defs:ix2vec (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_wordset.c142 /* ix2vec[0 .. ix2vec_used-1] are pointers to the lock sets (WordVecs)
144 corresponding ix2vec entry number. The two mappings are mutually
148 vec2ix. The entry of the dead WVs in ix2vec are used to maintain a
149 linked list of free (to be re-used) ix2vec entries. */
155 WordVec** ix2vec; /* WordSet-to-WordVec mapping array */ member in struct:_WordSetU
251 new_vec[i] = wsu->ix2vec[i];
252 if (wsu->ix2vec)
253 wsu->dealloc(wsu->ix2vec);
254 wsu->ix2vec = new_vec;
259 entries in ix2vec)
[all...]

Completed in 88 milliseconds