Lines Matching refs:VALGRIND_MALLOCLIKE_BLOCK
6904 VALGRIND_MALLOCLIKE_BLOCK
6925 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
6933 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
6938 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
6943 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
6955 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
6973 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
6987 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
6991 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
6998 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.