/external/valgrind/main/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 353 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_vec_new, __builtin_vec_new ); 354 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, __builtin_vec_new, __builtin_vec_new ); 357 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znaj, __builtin_vec_new ); 358 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znaj, __builtin_vec_new ); 359 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znaj, __builtin_vec_new ); 363 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znam, __builtin_vec_new ); 364 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znam, __builtin_vec_new ); 365 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znam, __builtin_vec_new ); [all...] |
/external/valgrind/main/tests/ |
filter_libc | 24 s/(at.*)__builtin_vec_new/$1...operator new.../;
|
/external/valgrind/main/massif/tests/ |
deep-B.stderr.exp | 6 Massif: __builtin_vec_new
|
realloc.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/coregrind/ |
m_tooliface.c | 295 void* (*__builtin_vec_new) ( ThreadId, SizeT ), 309 VG_(tdict).tool___builtin_vec_new = __builtin_vec_new;
|
/external/valgrind/main/memcheck/ |
mc_include.h | 133 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n );
|
mc_malloc_wrappers.c | 316 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n ) function 318 if (complain_about_silly_args(n, "__builtin_vec_new")) {
|
mc_main.c | [all...] |