Home
last modified time | relevance | path

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

/external/valgrind/helgrind/
Dhg_wordset.c150 struct _WordSetU { struct
151 void* (*alloc)(const HChar*,SizeT);
152 const HChar* cc;
153 void (*dealloc)(void*);
154 WordFM* vec2ix; /* WordVec-to-WordSet mapping tree */
155 WordVec** ix2vec; /* WordSet-to-WordVec mapping array */
156 UWord ix2vec_size;
157 UWord ix2vec_used;
158 WordVec** ix2vec_free;
159 WordSet empty; /* cached, for speed */
[all …]