Home
last modified time | relevance | path

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

/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c266 #define ALLOC_or_BOMB(soname, fnname, vg_replacement) \ macro
320 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, builtin_new, __builtin_new);
321 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, builtin_new, __builtin_new);
322 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_new, __builtin_new);
323 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, __builtin_new, __builtin_new);
326 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new);
327 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znwj, __builtin_new);
328 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znwj, __builtin_new);
332 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwm, __builtin_new);
333 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znwm, __builtin_new);
[all …]