Home
last modified time | relevance | path

Searched refs:twoslots (Results 1 – 1 of 1) sorted by relevance

/external/valgrind/coregrind/
Dm_redir.c339 const HChar** twoslots ) in alloc_symname_array() argument
344 twoslots[0] = pri_name; in alloc_symname_array()
345 twoslots[1] = NULL; in alloc_symname_array()
346 return twoslots; in alloc_symname_array()
365 static void free_symname_array ( const HChar** names, const HChar** twoslots ) in free_symname_array() argument
367 if (names != twoslots) in free_symname_array()
523 const HChar* twoslots[2]; in VG_() local
525 alloc_symname_array(sym_name_pri, sym_names_sec, &twoslots[0]); in VG_()
633 free_symname_array(names_init, &twoslots[0]); in VG_()
657 const HChar* twoslots[2]; in VG_() local
[all …]