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

  /external/valgrind/main/tests/
filter_libc 30 s/(at.*)__builtin_delete/$1...operator delete.../;
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 189 __builtin_delete, calloc, realloc, memalign, and friends.
500 FREE(VG_Z_LIBSTDCXX_SONAME, __builtin_delete, __builtin_delete );
501 FREE(VG_Z_LIBC_SONAME, __builtin_delete, __builtin_delete );
503 FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv, __builtin_delete );
504 FREE(VG_Z_LIBC_SONAME, _ZdlPv, __builtin_delete );
505 FREE(SO_SYN_MALLOC, _ZdlPv, __builtin_delete );
509 //FREE(VG_Z_LIBSTDCXX_SONAME, _ZdlPv, __builtin_delete );
510 //FREE(VG_Z_LIBC_SONAME, _ZdlPv, __builtin_delete );
    [all...]
  /external/valgrind/main/coregrind/
m_tooliface.c 322 void (*__builtin_delete) ( ThreadId, void* ),
336 VG_(tdict).tool___builtin_delete = __builtin_delete;
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 258 /** Wrapper for __builtin_delete(). */
  /external/valgrind/main/memcheck/
mc_include.h 152 void MC_(__builtin_delete) ( ThreadId tid, void* p );
mc_malloc_wrappers.c 522 void MC_(__builtin_delete) ( ThreadId tid, void* p ) function
    [all...]
mc_main.c     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
pprof     [all...]
  /external/jemalloc/bin/
pprof     [all...]

Completed in 1011 milliseconds