Searched refs:ALLOC_or_NULL (Results 1 – 1 of 1) sorted by relevance
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 200 #define ALLOC_or_NULL(soname, fnname, vg_replacement) \ macro 262 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, malloc, malloc); 263 ALLOC_or_NULL(VG_Z_LIBC_SONAME, malloc, malloc); 266 ALLOC_or_NULL(VG_Z_LIBC_SONAME, malloc, malloc); 313 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwjRKSt9nothrow_t, __builtin_new); 314 ALLOC_or_NULL(VG_Z_LIBC_SONAME, _ZnwjRKSt9nothrow_t, __builtin_new); 318 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 319 ALLOC_or_NULL(VG_Z_LIBC_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 324 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwjRKSt9nothrow_t, __builtin_new); 325 ALLOC_or_NULL(VG_Z_LIBC_SONAME, _ZnwjRKSt9nothrow_t, __builtin_new); [all …]
|