Searched refs:__builtin_delete (Results 1 - 6 of 6) sorted by relevance

/external/valgrind/main/tests/
H A Dfilter_libc30 s/(at.*)__builtin_delete/$1...operator delete.../;
/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c189 __builtin_delete, calloc, realloc, memalign, and friends.
500 FREE(VG_Z_LIBSTDCXX_SONAME, __builtin_delete, __builtin_delete );
501 FREE(VG_Z_LIBC_SONAME, __builtin_delete, __builtin_delete );
503 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv, __builtin_delete );
504 FREE(VG_Z_LIBC_SONAME, _ZdlPv, __builtin_delete );
505 FREE(SO_SYN_MALLOC, _ZdlPv, __builtin_delete );
509 //FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv, __builtin_delete );
510 //FREE(VG_Z_LIBC_SONAME, _ZdlPv, __builtin_delete );
[all...]
/external/valgrind/main/coregrind/
H A Dm_tooliface.c322 void (*__builtin_delete) ( ThreadId, void* ),
336 VG_(tdict).tool___builtin_delete = __builtin_delete;
/external/valgrind/main/memcheck/
H A Dmc_include.h152 void MC_(__builtin_delete) ( ThreadId tid, void* p );
H A Dmc_malloc_wrappers.c522 void MC_(__builtin_delete) ( ThreadId tid, void* p ) function
H A Dmc_main.c6894 MC_(__builtin_delete),

Completed in 1729 milliseconds