Home | History | Annotate | Download | only in helgrind

Lines Matching defs:cc

152       const HChar* cc;
190 wv = wsu->alloc( wsu->cc, sizeof(WordVec) );
195 wv->words = wsu->alloc( wsu->cc, (SizeT)sz * sizeof(UWord) );
248 new_vec = wsu->alloc( wsu->cc, new_sz * sizeof(WordVec*) );
340 if (HG_DEBUG) VG_(printf)("aodW %s re-use free %d %p\n", wsu->cc, (Int)ws, wv_new );
348 if (HG_DEBUG) VG_(printf)("aodW %s %d %p\n", wsu->cc, (Int)wsu->ix2vec_used, wv_new );
357 const HChar* cc,
364 wsu = alloc_nofail( cc, sizeof(WordSetU) );
367 wsu->cc = cc;
369 wsu->vec2ix = VG_(newFM)( alloc_nofail, cc,
451 if (HG_DEBUG) VG_(printf)("getPayloadWS %s %d\n", wsu->cc, (Int)ws);
465 cc, (Int)ws, wv);