Home
last modified time | relevance | path

Searched refs:__builtin_delete (Results 1 – 5 of 5) sorted by relevance

/external/valgrind/coregrind/m_replacemalloc/
Dvg_replace_malloc.c572 FREE(VG_Z_LIBSTDCXX_SONAME, __builtin_delete, __builtin_delete );
573 FREE(VG_Z_LIBC_SONAME, __builtin_delete, __builtin_delete );
575 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv, __builtin_delete );
576 FREE(VG_Z_LIBC_SONAME, _ZdlPv, __builtin_delete );
577 FREE(SO_SYN_MALLOC, _ZdlPv, __builtin_delete );
586 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv, __builtin_delete );
587 FREE(SO_SYN_MALLOC, _ZdlPv, __builtin_delete );
596 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete );
597 FREE(VG_Z_LIBC_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete );
598 FREE(SO_SYN_MALLOC, _ZdlPvRKSt9nothrow_t, __builtin_delete );
[all …]
/external/valgrind/coregrind/
Dm_tooliface.c338 void (*__builtin_delete) ( ThreadId, void* ), in VG_()
352 VG_(tdict).tool___builtin_delete = __builtin_delete; in VG_()
/external/valgrind/memcheck/
Dmc_include.h152 void MC_(__builtin_delete) ( ThreadId tid, void* p );
Dmc_malloc_wrappers.c500 void MC_(__builtin_delete) ( ThreadId tid, void* p ) in MC_() argument
Dmc_main.c7762 MC_(__builtin_delete), in mc_pre_clo_init()