Searched defs:_WordSetU (Results 1 – 1 of 1) sorted by relevance
150 struct _WordSetU { struct151 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 …]