HomeSort by relevance Sort by last modified time
    Searched refs:VALGRIND_MALLOCLIKE_BLOCK (Results 1 - 15 of 15) sorted by null

  /external/valgrind/main/memcheck/tests/
custom-overlap.c 15 VALGRIND_MALLOCLIKE_BLOCK(x, /*szB*/ 16, /*rzB*/0, /*isZeroed*/0);
16 VALGRIND_MALLOCLIKE_BLOCK(x+100, /*szB*/ 32, /*rzB*/0, /*isZeroed*/0);
17 VALGRIND_MALLOCLIKE_BLOCK(x+200, /*szB*/ 64, /*rzB*/0, /*isZeroed*/0);
18 VALGRIND_MALLOCLIKE_BLOCK(x+300, /*szB*/128, /*rzB*/0, /*isZeroed*/0);
23 VALGRIND_MALLOCLIKE_BLOCK(x+100, /*szB*/ 32, /*rzB*/0, /*isZeroed*/0);
24 VALGRIND_MALLOCLIKE_BLOCK(x+200, /*szB*/ 64, /*rzB*/0, /*isZeroed*/0);
25 VALGRIND_MALLOCLIKE_BLOCK(x+300, /*szB*/128, /*rzB*/0, /*isZeroed*/0);
clireq_nofill.c 33 VALGRIND_MALLOCLIKE_BLOCK(s, 40, 0/*rzB*/, 0/*is_zeroed*/);
37 VALGRIND_MALLOCLIKE_BLOCK(s, 40, 0/*rzB*/, 0/*is_zeroed*/);
custom_alloc.c 47 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
66 VALGRIND_MALLOCLIKE_BLOCK( p, 20, RZ, /*is_zeroed*/1 );
81 VALGRIND_MALLOCLIKE_BLOCK( p, 10, RZ, /*is_zeroed*/1 );
148 VALGRIND_MALLOCLIKE_BLOCK(0,0,0,0);
origin1-yes.c 82 VALGRIND_MALLOCLIKE_BLOCK(&undef_custom_alloc_int, sizeof(int),
136 VALGRIND_MALLOCLIKE_BLOCK(&def_custom_alloc_int, sizeof(int),
  /external/valgrind/main/drd/tests/
custom_alloc.c 41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
  /external/valgrind/main/massif/tests/
custom_alloc.c 41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
  /external/jemalloc/include/jemalloc/internal/
valgrind.h 29 * The VALGRIND_MALLOCLIKE_BLOCK() and VALGRIND_RESIZEINPLACE_BLOCK() macro
35 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, p2rz(ptr), zero); \
60 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, \
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h     [all...]
  /external/valgrind/main/coregrind/
m_mallocfree.c     [all...]
  /external/chromium_org/base/third_party/valgrind/
valgrind.h     [all...]
  /external/chromium_org/third_party/re2/util/
valgrind.h     [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/third_party/
valgrind.h     [all...]
  /external/chromium_org/v8/src/third_party/valgrind/
valgrind.h     [all...]
  /external/regex-re2/util/
valgrind.h     [all...]
  /external/valgrind/main/include/
valgrind.h     [all...]

Completed in 1869 milliseconds