/external/valgrind/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 412 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_vec_new, __builtin_vec_new ); 413 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, __builtin_vec_new, __builtin_vec_new ); 416 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znaj, __builtin_vec_new ); 417 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znaj, __builtin_vec_new ); 418 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znaj, __builtin_vec_new ); 422 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znam, __builtin_vec_new ); 423 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znam, __builtin_vec_new ); 424 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znam, __builtin_vec_new ); [all...] |
/external/valgrind/tests/ |
filter_libc | 30 s/(at.*)__builtin_vec_new/$1...operator new.../;
|
/external/valgrind/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/ |
README_PACKAGERS | 52 at 0x4004318C: __builtin_vec_new (vg_clientfuncs.c:152)
|
/external/valgrind/coregrind/ |
m_tooliface.c | 334 void* (*__builtin_vec_new) ( ThreadId, SizeT ), 348 VG_(tdict).tool___builtin_vec_new = __builtin_vec_new;
|
/external/valgrind/drd/ |
drd_malloc_wrappers.c | 264 /** Wrapper for __builtin_vec_new(). */
|
/external/valgrind/memcheck/ |
mc_malloc_wrappers.c | 400 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n ) function 402 if (MC_(record_fishy_value_error)(tid, "__builtin_vec_new", "size", n)) { [all...] |
mc_include.h | 148 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n );
|
mc_main.c | [all...] |
/external/valgrind/massif/ |
ms_main.c | 323 DO("__builtin_vec_new" ); [all...] |
/external/valgrind/memcheck/docs/ |
mc-manual.xml | 410 <function>__builtin_vec_new</function>, [all...] |
/external/jemalloc/bin/ |
jeprof.in | [all...] |