Home | History | Annotate | Download | only in helgrind

Lines Matching refs:string_table

57 static WordFM* string_table = NULL;
62 return string_table ? (ULong)VG_(sizeFM)(string_table) : 0;
74 if (!string_table) {
75 string_table = VG_(newFM)( HG_(zalloc), "hg.sts.1",
77 tl_assert(string_table);
79 if (VG_(lookupFM)( string_table,
87 VG_(addToFM)( string_table, (Word)copy, (Word)copy );