HomeSort by relevance Sort by last modified time
    Searched full:__builtin_new (Results 1 - 14 of 14) sorted by null

  /external/valgrind/main/coregrind/m_replacemalloc/
vg_replace_malloc.c 183 /* 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/
filter_libc 21 s/(at.*)__builtin_new/$1...operator new.../;
  /external/valgrind/main/massif/tests/
realloc.stderr.exp 3 Massif: __builtin_new
deep-B.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/main/coregrind/
m_tooliface.c 294 void* (*__builtin_new) ( ThreadId, SizeT ),
308 VG_(tdict).tool___builtin_new = __builtin_new;
  /external/valgrind/main/drd/
drd_malloc_wrappers.c 253 /** Wrapper for __builtin_new(). */
  /external/valgrind/main/memcheck/
mc_malloc_wrappers.c 288 void* MC_(__builtin_new) ( ThreadId tid, SizeT n ) function
290 if (complain_about_silly_args(n, "__builtin_new")) {
mc_include.h 123 void* MC_(__builtin_new) ( ThreadId tid, SizeT n );
mc_main.c     [all...]
  /external/valgrind/main/massif/
ms_main.c 332 DO("__builtin_new" );
    [all...]

Completed in 866 milliseconds