Searched refs:_ZnwmRKSt9nothrow_t (Results 1 – 3 of 3) sorted by relevance
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 318 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 319 ALLOC_or_NULL(VG_Z_LIBC_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 329 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 330 ALLOC_or_NULL(VG_Z_LIBC_SONAME, _ZnwmRKSt9nothrow_t, __builtin_new); 1076 ALLOC_or_NULL(NONE, _ZnwmRKSt9nothrow_t, __builtin_new);
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 573 TSAN_INTERCEPTOR(void*, _ZnwmRKSt9nothrow_t, uptr sz) { in TSAN_INTERCEPTOR() argument 576 SCOPED_TSAN_INTERCEPTOR(_ZnwmRKSt9nothrow_t, sz); in TSAN_INTERCEPTOR() 1489 TSAN_INTERCEPT(_ZnwmRKSt9nothrow_t); in InitializeInterceptors()
|
/external/valgrind/tsan/ |
D | ts_valgrind_intercepts.c | 430 WRAP_MALLOC(NONE, _ZnwmRKSt9nothrow_t); 439 WRAP_MALLOC(VG_Z_LIBSTDCXX_SONAME, _ZnwmRKSt9nothrow_t);
|