Searched refs:ALLOC_or_BOMB (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 266 #define ALLOC_or_BOMB(soname, fnname, vg_replacement) \ macro 315 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, builtin_new, __builtin_new); 316 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, builtin_new, __builtin_new); 317 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_new, __builtin_new); 318 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, __builtin_new, __builtin_new); 321 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new); 322 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znwj, __builtin_new); 323 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znwj, __builtin_new); 327 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwm, __builtin_new); 328 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znwm, __builtin_new); [all …]
|