Home
last modified time | relevance | path

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

/external/valgrind/main/coregrind/m_replacemalloc/
Dvg_replace_malloc.c383 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/
Dm_tooliface.c299 void (*__builtin_delete) ( ThreadId, void* ), in VG_()
313 VG_(tdict).tool___builtin_delete = __builtin_delete; in VG_()
/external/valgrind/main/memcheck/
Dmc_include.h125 void MC_(__builtin_delete) ( ThreadId tid, void* p );
Dmc_malloc_wrappers.c327 void MC_(__builtin_delete) ( ThreadId tid, void* p ) in MC_() argument
Dmc_main.c5821 MC_(__builtin_delete), in mc_pre_clo_init()