Home
last modified time | relevance | path

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

/external/compiler-rt/lib/asan/
Dasan_new_delete.cc72 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR() argument
/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c394 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnamRKSt9nothrow_t, __builtin_vec_new );
395 ALLOC_or_NULL(VG_Z_LIBC_SONAME, _ZnamRKSt9nothrow_t, __builtin_vec_new );
396 ALLOC_or_NULL(SO_SYN_MALLOC, _ZnamRKSt9nothrow_t, __builtin_vec_new );
/external/chromium_org/third_party/tcmalloc/vendor/
DMakefile.am92 -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ZnamRKSt9nothrow_t \
DMakefile.in1904 @HAVE_OBJCOPY_WEAKEN_TRUE@ -W _Znwm -W _ZnwmRKSt9nothrow_t -W _Znam -W _ZnamRKSt9nothrow_t \
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc526 OPERATOR_NEW_BODY(_ZnamRKSt9nothrow_t); in operator new[]()