Searched refs:VALGRIND_MALLOCLIKE_BLOCK (Results 1 - 9 of 9) sorted by relevance

/external/valgrind/main/memcheck/tests/
H A Dcustom-overlap.c15 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);
H A Dcustom_alloc.c47 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
114 VALGRIND_MALLOCLIKE_BLOCK(0,0,0,0);
H A Dorigin1-yes.c82 VALGRIND_MALLOCLIKE_BLOCK(&undef_custom_alloc_int, sizeof(int),
136 VALGRIND_MALLOCLIKE_BLOCK(&def_custom_alloc_int, sizeof(int),
/external/valgrind/main/drd/tests/
H A Dcustom_alloc.c41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
/external/valgrind/main/massif/tests/
H A Dcustom_alloc.c41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
/external/regex-re2/util/
H A Dvalgrind.h4321 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
4342 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
4350 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
4355 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
4360 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
4373 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
4390 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
4397 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
/external/v8/src/third_party/valgrind/
H A Dvalgrind.h3836 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
3857 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
3865 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
3870 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
3875 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
3887 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
3905 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
3924 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
3932 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK fo
[all...]
/external/valgrind/dynamic_annotations/third_party/valgrind/
H A Dvalgrind.h4332 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
4353 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
4361 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
4366 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
4371 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
4384 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
4401 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
4408 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
/external/valgrind/main/include/
H A Dvalgrind.h3859 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
3880 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
3888 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
3893 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
3898 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
3910 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
3928 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
3942 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
3946 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
3953 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK fo
[all...]

Completed in 197 milliseconds