HomeSort by relevance Sort by last modified time
    Searched refs:VALGRIND_MALLOCLIKE_BLOCK (Results 1 - 20 of 20) 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/chromium_org/third_party/jemalloc/chromium/
jemalloc.c 164 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed)
    [all...]
  /external/chromium_org/third_party/jemalloc/vendor/
jemalloc.c 157 # define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed)
    [all...]
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 958 #define VALGRIND_MALLOCLIKE_BLOCK(w,x,y,z)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 958 #define VALGRIND_MALLOCLIKE_BLOCK(w,x,y,z)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 958 #define VALGRIND_MALLOCLIKE_BLOCK(w,x,y,z)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 958 #define VALGRIND_MALLOCLIKE_BLOCK(w,x,y,z)
  /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/v8/src/third_party/valgrind/
valgrind.h     [all...]
  /external/valgrind/main/include/
valgrind.h     [all...]

Completed in 652 milliseconds