Searched refs:alloc_and_new_mem_heap (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/exp-sgcheck/ |
D | h_main.c | 303 void* alloc_and_new_mem_heap ( ThreadId tid, in alloc_and_new_mem_heap() function 352 return alloc_and_new_mem_heap ( tid, n, VG_(clo_alignment), in h_replace_malloc() 358 return alloc_and_new_mem_heap ( tid, n, VG_(clo_alignment), in h_replace___builtin_new() 364 return alloc_and_new_mem_heap ( tid, n, VG_(clo_alignment), in h_replace___builtin_vec_new() 370 return alloc_and_new_mem_heap ( tid, n, align, in h_replace_memalign() 376 return alloc_and_new_mem_heap ( tid, nmemb*size1, VG_(clo_alignment), in h_replace_calloc()
|