Searched refs:handle_alloc (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/helgrind/ |
D | hg_main.c | 4138 void* handle_alloc ( ThreadId tid, in handle_alloc() function 4178 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli__malloc() 4183 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli____builtin_new() 4188 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli____builtin_vec_new() 4193 return handle_alloc ( tid, n, align, in hg_cli__memalign() 4198 return handle_alloc ( tid, nmemb*size1, VG_(clo_alignment), in hg_cli__calloc()
|