Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/
Dm_redir.c335 UChar** twoslots ) in alloc_symname_array() argument
340 twoslots[0] = pri_name; in alloc_symname_array()
341 twoslots[1] = NULL; in alloc_symname_array()
342 return twoslots; in alloc_symname_array()
361 static void free_symname_array ( UChar** names, UChar** twoslots ) in free_symname_array() argument
363 if (names != twoslots) in free_symname_array()
415 UChar* twoslots[2]; in VG_() local
417 &twoslots[0]); in VG_()
457 free_symname_array(names_init, &twoslots[0]); in VG_()
465 UChar* twoslots[2]; in VG_() local
[all …]