/external/valgrind/coregrind/m_replacemalloc/ |
vg_replace_malloc.c | 197 /* Below are new versions of malloc, __builtin_new, free, 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); [all...] |
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-srec/ |
sr3.cc | 49 __builtin_new () function
|
/external/valgrind/tests/ |
filter_libc | 27 s/(at.*)__builtin_new/$1...operator new.../;
|
/external/valgrind/massif/tests/ |
deep-B.stderr.exp | 3 Massif: __builtin_new
|
realloc.stderr.exp | 3 Massif: __builtin_new
|
deep-C.stderr.exp | 3 Massif: __builtin_new
|
peak2.stderr.exp | 3 Massif: __builtin_new
|
culling1.stderr.exp | 3 Massif: __builtin_new
|
culling2.stderr.exp | 3 Massif: __builtin_new [all...] |
/external/valgrind/coregrind/ |
m_tooliface.c | 333 void* (*__builtin_new) ( ThreadId, SizeT ), 347 VG_(tdict).tool___builtin_new = __builtin_new;
|
/external/valgrind/memcheck/ |
mc_include.h | 147 void* MC_(__builtin_new) ( ThreadId tid, SizeT n );
|
mc_malloc_wrappers.c | 390 void* MC_(__builtin_new) ( ThreadId tid, SizeT n ) function 392 if (MC_(record_fishy_value_error)(tid, "__builtin_new", "size", n)) { [all...] |
mc_main.c | [all...] |