HomeSort by relevance Sort by last modified time
    Searched full:string_table_strdup (Results 1 - 1 of 1) sorted by null

  /external/valgrind/helgrind/
hg_errors.c 73 static HChar* string_table_strdup ( const HChar* str ) { function
85 if (0) VG_(printf)("string_table_strdup: %p -> %p\n", str, copy );
624 xe.XE.PthAPIerror.fnname = string_table_strdup(fnname);
626 xe.XE.PthAPIerror.errstr = string_table_strdup(errstr);
643 xe.XE.Misc.errstr = string_table_strdup(errstr);
644 xe.XE.Misc.auxstr = auxstr ? string_table_strdup(auxstr) : NULL;
    [all...]

Completed in 65 milliseconds