HomeSort by relevance Sort by last modified time
    Searched defs:RZ (Results 1 - 5 of 5) sorted by null

  /external/valgrind/main/drd/tests/
custom_alloc.c 27 #define RZ 8
30 int size2 = size + RZ*2;
38 p = hp + RZ;
41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
48 VALGRIND_FREELIKE_BLOCK( p, RZ );
50 #undef RZ
  /external/valgrind/main/massif/tests/
custom_alloc.c 27 #define RZ 8
30 int size2 = size + RZ*2;
38 p = hp + RZ;
41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
48 VALGRIND_FREELIKE_BLOCK( p, RZ );
50 #undef RZ
  /external/valgrind/main/memcheck/tests/
custom_alloc.c 33 #define RZ 8
36 int size2 = size + RZ*2;
44 p = hp + RZ;
47 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
54 VALGRIND_FREELIKE_BLOCK( p, RZ );
61 char superblock[1 + RZ + 20 + RZ + 1];
62 char *p = 1 + RZ + superblock;
63 assert(RZ > 0);
66 VALGRIND_MALLOCLIKE_BLOCK( p, 20, RZ, /*is_zeroed*/1 )
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
AddressSanitizer.cpp 488 size_t RZ = RedzoneSize();
489 return ((SizeInBytes + RZ - 1) / RZ) * RZ;
    [all...]
  /external/v8/src/arm/
constants-arm.h 411 RZ = 3 << 22, // Round towards zero.
417 kRoundToZero = RZ

Completed in 748 milliseconds