OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ZnwmRKSt9nothrow_t
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_new_delete.cc
69
INTERCEPTOR(void *,
_ZnwmRKSt9nothrow_t
, size_t size, std::nothrow_t const&) {
/external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c
329
ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME,
_ZnwmRKSt9nothrow_t
, __builtin_new);
330
ALLOC_or_NULL(VG_Z_LIBC_SONAME,
_ZnwmRKSt9nothrow_t
, __builtin_new);
331
ALLOC_or_NULL(SO_SYN_MALLOC,
_ZnwmRKSt9nothrow_t
, __builtin_new);
342
//ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME,
_ZnwmRKSt9nothrow_t
, __builtin_new);
343
//ALLOC_or_NULL(VG_Z_LIBC_SONAME,
_ZnwmRKSt9nothrow_t
, __builtin_new);
[
all
...]
/external/chromium_org/third_party/tcmalloc/vendor/
Makefile.am
92
-W _Znwm -W
_ZnwmRKSt9nothrow_t
-W _Znam -W _ZnamRKSt9nothrow_t \
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
520
OPERATOR_NEW_BODY(
_ZnwmRKSt9nothrow_t
);
[
all
...]
Completed in 871 milliseconds