Lines Matching refs:VALGRIND_MALLOCLIKE_BLOCK
5730 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
5751 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
5759 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
5764 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
5769 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
5781 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
5799 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
5813 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
5817 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
5824 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.