Searched refs:__builtin_delete (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/main/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 383 FREE(VG_Z_LIBSTDCXX_SONAME, __builtin_delete, __builtin_delete ); 384 FREE(VG_Z_LIBC_SONAME, __builtin_delete, __builtin_delete ); 387 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv, __builtin_delete ); 388 FREE(VG_Z_LIBC_SONAME, _ZdlPv, __builtin_delete ); 392 FREE(VG_Z_LIBC_DOT_A, __dl__FPv, __builtin_delete ); 399 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete ); 400 FREE(VG_Z_LIBC_SONAME, _ZdlPvRKSt9nothrow_t, __builtin_delete ); 880 FREE(NONE,tc_delete,__builtin_delete); 881 FREE(NONE,tc_delete_nothrow,__builtin_delete); 914 FREE(NONE, _ZdlPv, __builtin_delete ); [all …]
|
/external/valgrind/main/coregrind/ |
D | m_tooliface.c | 299 void (*__builtin_delete) ( ThreadId, void* ), in VG_() 313 VG_(tdict).tool___builtin_delete = __builtin_delete; in VG_()
|
/external/valgrind/main/memcheck/ |
D | mc_include.h | 125 void MC_(__builtin_delete) ( ThreadId tid, void* p );
|
D | mc_malloc_wrappers.c | 327 void MC_(__builtin_delete) ( ThreadId tid, void* p ) in MC_() argument
|
D | mc_main.c | 5821 MC_(__builtin_delete), in mc_pre_clo_init()
|