Searched refs:WordVec (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/helgrind/
H A Dhg_wordset.c140 WordVec; typedef in typeref:struct:__anon32840
143 really. vec2ix is the inverse mapping, mapping WordVec* to the
147 If a WordVec WV is marked as dead by HG(dieWS), WV is removed from
154 WordFM* vec2ix; /* WordVec-to-WordSet mapping tree */
155 WordVec** ix2vec; /* WordSet-to-WordVec mapping array */
158 WordVec** ix2vec_free;
184 /* Create a new WordVec of the given size. */
186 static WordVec* new_WV_of_size ( WordSetU* wsu, UWord sz )
188 WordVec* w
[all...]

Completed in 673 milliseconds