Home | History | Annotate | Download | only in helgrind

Lines Matching refs:string_table

61 static WordFM* string_table = NULL;
66 return string_table ? (ULong)VG_(sizeFM)(string_table) : 0;
78 if (!string_table) {
79 string_table = VG_(newFM)( HG_(zalloc), "hg.sts.1",
82 if (VG_(lookupFM)( string_table,
89 VG_(addToFM)( string_table, (UWord)copy, (UWord)copy );