Searched refs:__builtin_new (Results 1 – 11 of 11) sorted by relevance
/external/valgrind/coregrind/m_replacemalloc/ |
D | vg_replace_malloc.c | 321 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, builtin_new, __builtin_new); 322 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, builtin_new, __builtin_new); 323 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_new, __builtin_new); 324 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, __builtin_new, __builtin_new); 327 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new); 328 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znwj, __builtin_new); 329 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znwj, __builtin_new); 333 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwm, __builtin_new); 334 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znwm, __builtin_new); 335 ALLOC_or_BOMB(SO_SYN_MALLOC, _Znwm, __builtin_new); [all …]
|
/external/valgrind/massif/tests/ |
D | realloc.stderr.exp | 3 Massif: __builtin_new
|
D | deep-C.stderr.exp | 3 Massif: __builtin_new
|
D | deep-B.stderr.exp | 3 Massif: __builtin_new
|
D | peak2.stderr.exp | 3 Massif: __builtin_new
|
D | culling1.stderr.exp | 3 Massif: __builtin_new
|
D | culling2.stderr.exp | 3 Massif: __builtin_new
|
/external/valgrind/coregrind/ |
D | m_tooliface.c | 333 void* (*__builtin_new) ( ThreadId, SizeT ), in VG_() 347 VG_(tdict).tool___builtin_new = __builtin_new; in VG_()
|
/external/valgrind/memcheck/ |
D | mc_include.h | 147 void* MC_(__builtin_new) ( ThreadId tid, SizeT n );
|
D | mc_malloc_wrappers.c | 390 void* MC_(__builtin_new) ( ThreadId tid, SizeT n ) in MC_() argument
|
D | mc_main.c | 7757 MC_(__builtin_new), in mc_pre_clo_init()
|