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

  /external/valgrind/main/tests/
filter_libc 27 s/(at.*)__builtin_vec_new/$1...operator new.../;
  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 375 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_vec_new, __builtin_vec_new );
376 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, __builtin_vec_new, __builtin_vec_new );
379 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znaj, __builtin_vec_new );
380 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znaj, __builtin_vec_new );
381 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znaj, __builtin_vec_new );
385 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znam, __builtin_vec_new );
386 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znam, __builtin_vec_new );
387 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znam, __builtin_vec_new );
    [all...]
  /external/valgrind/main/massif/tests/
realloc.stderr.exp 6 Massif: __builtin_vec_new
deep-B.stderr.exp 6 Massif: __builtin_vec_new
deep-C.stderr.exp 6 Massif: __builtin_vec_new
peak2.stderr.exp 6 Massif: __builtin_vec_new
culling1.stderr.exp 6 Massif: __builtin_vec_new
culling2.stderr.exp 6 Massif: __builtin_vec_new
    [all...]
  /external/valgrind/main/
README_PACKAGERS 52 at 0x4004318C: __builtin_vec_new (vg_clientfuncs.c:152)
  /external/valgrind/main/coregrind/
m_tooliface.c 318 void* (*__builtin_vec_new) ( ThreadId, SizeT ),
332 VG_(tdict).tool___builtin_vec_new = __builtin_vec_new;
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 264 /** Wrapper for __builtin_vec_new(). */
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 427 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n ) function
429 if (complain_about_silly_args(n, "__builtin_vec_new")) {
    [all...]
mc_include.h 148 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n );
mc_main.c     [all...]
  /external/chromium_org/third_party/tcmalloc/chromium/src/
heap-checker.cc     [all...]
pprof     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
heap-checker.cc     [all...]
pprof     [all...]
  /external/valgrind/main/massif/
ms_main.c 329 DO("__builtin_vec_new" );
    [all...]
  /external/jemalloc/bin/
pprof     [all...]

Completed in 889 milliseconds