OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_Znwm
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_new_delete.cc
63
INTERCEPTOR(void *,
_Znwm
, size_t size) {
/external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c
298
ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME,
_Znwm
, __builtin_new);
299
ALLOC_or_BOMB(VG_Z_LIBC_SONAME,
_Znwm
, __builtin_new);
300
ALLOC_or_BOMB(SO_SYN_MALLOC,
_Znwm
, __builtin_new);
311
//ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME,
_Znwm
, __builtin_new);
312
//ALLOC_or_BOMB(VG_Z_LIBC_SONAME,
_Znwm
, __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
508
OPERATOR_NEW_BODY(
_Znwm
);
[
all
...]
Completed in 236 milliseconds