Searched refs:__builtin_delete (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 572 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/ |
D | m_tooliface.c | 338 void (*__builtin_delete) ( ThreadId, void* ), in VG_() 352 VG_(tdict).tool___builtin_delete = __builtin_delete; in VG_()
|
/external/valgrind/memcheck/ |
D | mc_include.h | 152 void MC_(__builtin_delete) ( ThreadId tid, void* p );
|
D | mc_malloc_wrappers.c | 500 void MC_(__builtin_delete) ( ThreadId tid, void* p ) in MC_() argument
|
D | mc_main.c | 7762 MC_(__builtin_delete), in mc_pre_clo_init()
|