HomeSort by relevance Sort by last modified time
    Searched full:__builtin_delete (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/tests/
filter_libc 35 s/(at.*)__builtin_delete/$1...operator delete.../;
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 158 __builtin_delete, calloc, realloc, memalign, and friends.
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 );
    [all...]
  /external/valgrind/main/coregrind/
m_tooliface.c 299 void (*__builtin_delete) ( ThreadId, void* ),
313 VG_(tdict).tool___builtin_delete = __builtin_delete;
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 257 /** Wrapper for __builtin_delete(). */
  /external/valgrind/main/memcheck/
mc_include.h 125 void MC_(__builtin_delete) ( ThreadId tid, void* p );
mc_malloc_wrappers.c 327 void MC_(__builtin_delete) ( ThreadId tid, void* p ) function
mc_main.c     [all...]

Completed in 2850 milliseconds