Searched refs:VALGRIND_MALLOCLIKE_BLOCK (Results 1 - 17 of 17) sorted by relevance

/external/valgrind/memcheck/tests/
H A Dcustom-overlap.c15 VALGRIND_MALLOCLIKE_BLOCK(x, /*szB*/ 16, /*rzB*/0, /*isZeroed*/0);
16 VALGRIND_MALLOCLIKE_BLOCK(x+100, /*szB*/ 32, /*rzB*/0, /*isZeroed*/0);
17 VALGRIND_MALLOCLIKE_BLOCK(x+200, /*szB*/ 64, /*rzB*/0, /*isZeroed*/0);
18 VALGRIND_MALLOCLIKE_BLOCK(x+300, /*szB*/128, /*rzB*/0, /*isZeroed*/0);
23 VALGRIND_MALLOCLIKE_BLOCK(x+100, /*szB*/ 32, /*rzB*/0, /*isZeroed*/0);
24 VALGRIND_MALLOCLIKE_BLOCK(x+200, /*szB*/ 64, /*rzB*/0, /*isZeroed*/0);
25 VALGRIND_MALLOCLIKE_BLOCK(x+300, /*szB*/128, /*rzB*/0, /*isZeroed*/0);
H A Dclireq_nofill.c33 VALGRIND_MALLOCLIKE_BLOCK(s, 40, 0/*rzB*/, 0/*is_zeroed*/);
37 VALGRIND_MALLOCLIKE_BLOCK(s, 40, 0/*rzB*/, 0/*is_zeroed*/);
H A Dcustom_alloc.c47 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
66 VALGRIND_MALLOCLIKE_BLOCK( p, 20, RZ, /*is_zeroed*/1 );
81 VALGRIND_MALLOCLIKE_BLOCK( p, 10, RZ, /*is_zeroed*/1 );
148 VALGRIND_MALLOCLIKE_BLOCK(0,0,0,0);
H A Dorigin1-yes.c82 VALGRIND_MALLOCLIKE_BLOCK(&undef_custom_alloc_int, sizeof(int),
136 VALGRIND_MALLOCLIKE_BLOCK(&def_custom_alloc_int, sizeof(int),
H A Dleak-autofreepool-5.stderr.exp12 This is usually caused by using VALGRIND_MALLOCLIKE_BLOCK in an inappropriate way.
H A Dleak-autofreepool.c104 VALGRIND_MALLOCLIKE_BLOCK(a, n, 0, 0);
/external/valgrind/drd/tests/
H A Dcustom_alloc.c41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
/external/valgrind/massif/tests/
H A Dcustom_alloc.c41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 );
/external/jemalloc/include/jemalloc/internal/
H A Dvalgrind.h29 * The VALGRIND_MALLOCLIKE_BLOCK() and VALGRIND_RESIZEINPLACE_BLOCK() macro
35 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, p2rz(tsdn, ptr), \
76 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, \
/external/mesa3d/src/intel/vulkan/
H A Danv_gem.c94 VG(VALGRIND_MALLOCLIKE_BLOCK(gem_mmap.addr_ptr, gem_mmap.size, 0, 1));
/external/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_bufmgr.c579 VG(VALGRIND_MALLOCLIKE_BLOCK(bo->map, bo->size, 0, false));
/external/valgrind/coregrind/
H A Dm_mallocfree.c498 by VALGRIND_MALLOCLIKE_BLOCK/VALGRIND_FREELIKE_BLOCK
1904 // Which size should we pass to VALGRIND_MALLOCLIKE_BLOCK ?
1916 // After having called VALGRIND_MALLOCLIKE_BLOCK, the non accessible
1921 (VALGRIND_MALLOCLIKE_BLOCK(v,
2269 /* base_p was marked as allocated by VALGRIND_MALLOCLIKE_BLOCK
2326 INNER_REQUEST(VALGRIND_MALLOCLIKE_BLOCK(align_p,
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c1496 VG(VALGRIND_MALLOCLIKE_BLOCK(mmap_arg.addr_ptr, mmap_arg.size, 0, 1));
3563 VG(VALGRIND_MALLOCLIKE_BLOCK(mmap_arg.addr_ptr, mmap_arg.size, 0, 1));
3606 VG(VALGRIND_MALLOCLIKE_BLOCK(mmap_arg.addr_ptr, mmap_arg.size, 0, 1));
/external/libchrome/base/third_party/valgrind/
H A Dvalgrind.h4588 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
4609 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
4617 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
4622 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
4627 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
4640 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
4657 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
4664 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
/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/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/valgrind/include/
H A Dvalgrind.h6391 VALGRIND_MALLOCLIKE_BLOCK marks a region of memory as having been allocated
6412 VALGRIND_MALLOCLIKE_BLOCK should be put immediately after the point where a
6420 For Memcheck users: if you use VALGRIND_MALLOCLIKE_BLOCK to carve out
6425 VALGRIND_FREELIKE_BLOCK is the partner to VALGRIND_MALLOCLIKE_BLOCK. For
6430 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
6442 VALGRIND_MALLOCLIKE_BLOCK. Otherwise, an error will be issued.
6460 zeroes them before handing them back out (via VALGRIND_MALLOCLIKE_BLOCK).
6474 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
6478 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK for details.
6485 /* See the comment for VALGRIND_MALLOCLIKE_BLOCK fo
[all...]

Completed in 484 milliseconds