Home | History | Annotate | Download | only in valgrind

Lines Matching refs:VALGRIND_MALLOCLIKE_BLOCK

3836    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) \
3924 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
3932 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.