Searched defs:VALGRIND_MALLOCLIKE_BLOCK (Results 1 - 6 of 6) sorted by last modified time

/external/valgrind/main/include/
H A Dvalgrind.h5730 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) \ macro
5817 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
5824 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK fo
[all...]
/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/chromium_org/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/chromium_org/third_party/re2/util/
H A Dvalgrind.h4322 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
4343 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
4351 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
4356 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
4361 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
4374 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
4391 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
4398 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
/external/chromium_org/third_party/tcmalloc/vendor/src/third_party/
H A Dvalgrind.h3807 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
3816 VALGRIND_MALLOCLIKE_BLOCK. Memory not freed will be detected by the leak
/external/chromium_org/base/third_party/valgrind/
H A Dvalgrind.h4585 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
4606 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
4614 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
4619 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
4624 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
4637 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
4654 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
4661 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.

Completed in 5156 milliseconds