OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_ZdlPv
(Results
1 - 4
of
4
) sorted by null
/external/compiler-rt/lib/asan/
asan_new_delete.cc
94
INTERCEPTOR(void,
_ZdlPv
, void *ptr) {
/external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c
480
FREE(VG_Z_LIBSTDCXX_SONAME,
_ZdlPv
, __builtin_delete );
481
FREE(VG_Z_LIBC_SONAME,
_ZdlPv
, __builtin_delete );
482
FREE(SO_SYN_MALLOC,
_ZdlPv
, __builtin_delete );
486
//FREE(VG_Z_LIBSTDCXX_SONAME,
_ZdlPv
, __builtin_delete );
487
//FREE(VG_Z_LIBC_SONAME,
_ZdlPv
, __builtin_delete );
[
all
...]
/external/elfutils/tests/
run-strings-test.sh
259
testfile6: 45a
_ZdlPv
302
testfile7: 45a
_ZdlPv
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
440
OPERATOR_DELETE_BODY(
_ZdlPv
);
[
all
...]
Completed in 146 milliseconds