Searched refs:__builtin_vec_new (Results 1 – 12 of 12) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 382 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_vec_new, __builtin_vec_new ); 383 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, __builtin_vec_new, __builtin_vec_new ); 386 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znaj, __builtin_vec_new ); 387 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znaj, __builtin_vec_new ); 388 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znaj, __builtin_vec_new ); 392 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znam, __builtin_vec_new ); 393 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znam, __builtin_vec_new ); 394 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znam, __builtin_vec_new ); 417 ALLOC_or_NULL(VG_Z_LIBSTDCXX_SONAME, _ZnajRKSt9nothrow_t, __builtin_vec_new ); 418 ALLOC_or_NULL(VG_Z_LIBC_SONAME, _ZnajRKSt9nothrow_t, __builtin_vec_new ); [all …]
|
/external/valgrind/massif/tests/ |
D | realloc.stderr.exp | 6 Massif: __builtin_vec_new
|
D | deep-C.stderr.exp | 6 Massif: __builtin_vec_new
|
D | deep-B.stderr.exp | 6 Massif: __builtin_vec_new
|
D | peak2.stderr.exp | 6 Massif: __builtin_vec_new
|
D | culling1.stderr.exp | 6 Massif: __builtin_vec_new
|
D | culling2.stderr.exp | 6 Massif: __builtin_vec_new
|
/external/valgrind/coregrind/ |
D | m_tooliface.c | 334 void* (*__builtin_vec_new) ( ThreadId, SizeT ), in VG_() 348 VG_(tdict).tool___builtin_vec_new = __builtin_vec_new; in VG_()
|
/external/valgrind/ |
D | README_PACKAGERS | 52 at 0x4004318C: __builtin_vec_new (vg_clientfuncs.c:152)
|
/external/valgrind/memcheck/ |
D | mc_include.h | 148 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n );
|
D | mc_malloc_wrappers.c | 400 void* MC_(__builtin_vec_new) ( ThreadId tid, SizeT n ) in MC_() argument
|
D | mc_main.c | 6908 MC_(__builtin_vec_new), in mc_pre_clo_init()
|