Lines Matching defs:VALGRIND_MALLOCLIKE_BLOCK
6903 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
6924 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
6932 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
6937 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
6942 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
6954 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
6972 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
6986 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \
6990 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
6997 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
7015 VALGRIND_MALLOCLIKE_BLOCK. In other words, a meta pool is a "2 levels"
7017 The second level blocks are described using VALGRIND_MALLOCLIKE_BLOCK.