Searched refs:__builtin_new (Results 1 - 12 of 12) sorted by relevance

/external/valgrind/main/coregrind/m_replacemalloc/
H A Dvg_replace_malloc.c183 /* Below are new versions of malloc, __builtin_new, free,
276 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, builtin_new, __builtin_new);
277 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, builtin_new, __builtin_new);
278 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, __builtin_new, __builtin_new);
279 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, __builtin_new, __builtin_new);
282 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwj, __builtin_new);
283 ALLOC_or_BOMB(VG_Z_LIBC_SONAME, _Znwj, __builtin_new);
287 ALLOC_or_BOMB(VG_Z_LIBSTDCXX_SONAME, _Znwm, __builtin_new);
[all...]
/external/valgrind/main/tests/
H A Dfilter_libc21 s/(at.*)__builtin_new/$1...operator new.../;
/external/valgrind/main/massif/tests/
H A Ddeep-B.stderr.exp3 Massif: __builtin_new
H A Drealloc.stderr.exp3 Massif: __builtin_new
H A Ddeep-C.stderr.exp3 Massif: __builtin_new
H A Dpeak2.stderr.exp3 Massif: __builtin_new
H A Dculling1.stderr.exp3 Massif: __builtin_new
H A Dculling2.stderr.exp3 Massif: __builtin_new
/external/valgrind/main/coregrind/
H A Dm_tooliface.c294 void* (*__builtin_new) ( ThreadId, SizeT ),
308 VG_(tdict).tool___builtin_new = __builtin_new;
/external/valgrind/main/memcheck/
H A Dmc_include.h123 void* MC_(__builtin_new) ( ThreadId tid, SizeT n );
H A Dmc_malloc_wrappers.c288 void* MC_(__builtin_new) ( ThreadId tid, SizeT n ) function
290 if (complain_about_silly_args(n, "__builtin_new")) {
H A Dmc_main.c6167 MC_(__builtin_new),

Completed in 188 milliseconds