Home
last modified time | relevance | path

Searched refs:VALGRIND_MALLOCLIKE_BLOCK (Results 1 – 15 of 15) sorted by relevance

/external/valgrind/memcheck/tests/
Dcustom-overlap.c15 VALGRIND_MALLOCLIKE_BLOCK(x, /*szB*/ 16, /*rzB*/0, /*isZeroed*/0); in main()
16 VALGRIND_MALLOCLIKE_BLOCK(x+100, /*szB*/ 32, /*rzB*/0, /*isZeroed*/0); in main()
17 VALGRIND_MALLOCLIKE_BLOCK(x+200, /*szB*/ 64, /*rzB*/0, /*isZeroed*/0); in main()
18 VALGRIND_MALLOCLIKE_BLOCK(x+300, /*szB*/128, /*rzB*/0, /*isZeroed*/0); in main()
23 VALGRIND_MALLOCLIKE_BLOCK(x+100, /*szB*/ 32, /*rzB*/0, /*isZeroed*/0); in main()
24 VALGRIND_MALLOCLIKE_BLOCK(x+200, /*szB*/ 64, /*rzB*/0, /*isZeroed*/0); in main()
25 VALGRIND_MALLOCLIKE_BLOCK(x+300, /*szB*/128, /*rzB*/0, /*isZeroed*/0); in main()
Dcustom_alloc.c47 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 ); in custom_alloc()
66 VALGRIND_MALLOCLIKE_BLOCK( p, 20, RZ, /*is_zeroed*/1 ); in checkredzone()
81 VALGRIND_MALLOCLIKE_BLOCK( p, 10, RZ, /*is_zeroed*/1 ); in checkredzone()
148 VALGRIND_MALLOCLIKE_BLOCK(0,0,0,0); in main()
Dclireq_nofill.c33 VALGRIND_MALLOCLIKE_BLOCK(s, 40, 0/*rzB*/, 0/*is_zeroed*/); in main()
37 VALGRIND_MALLOCLIKE_BLOCK(s, 40, 0/*rzB*/, 0/*is_zeroed*/); in main()
Dorigin1-yes.c82 VALGRIND_MALLOCLIKE_BLOCK(&undef_custom_alloc_int, sizeof(int), in main()
136 VALGRIND_MALLOCLIKE_BLOCK(&def_custom_alloc_int, sizeof(int), in main()
/external/jemalloc/include/jemalloc/internal/
Dvalgrind.h35 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, p2rz(ptr), zero); \
60 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, \
/external/valgrind/massif/tests/
Dcustom_alloc.c41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 ); in custom_alloc()
/external/valgrind/drd/tests/
Dcustom_alloc.c41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 ); in custom_alloc()
/external/valgrind/docs/internals/
D3_9_BUGSTATUS.txt82 VALGRIND_MALLOCLIKE_BLOCK (has patch, needs looking at)
D3_2_BUGSTATUS.txt85 148096 VALGRIND_MALLOCLIKE_BLOCK not working correctly?
/external/valgrind/coregrind/
Dm_mallocfree.c1856 (VALGRIND_MALLOCLIKE_BLOCK(v, in VG_()
2261 INNER_REQUEST(VALGRIND_MALLOCLIKE_BLOCK(align_p, in VG_()
/external/v8/src/third_party/valgrind/
Dvalgrind.h3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
/external/regex-re2/util/
Dvalgrind.h4390 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
/external/valgrind/
DNEWS1137 - If a redzone size > 0 is given, VALGRIND_MALLOCLIKE_BLOCK now will
1983 237371 better support for VALGRIND_MALLOCLIKE_BLOCK
2330 VALGRIND_MALLOCLIKE_BLOCK() VALGRIND_FREELIKE_BLOCK() (defined in
2479 VALGRIND_MALLOCLIKE_BLOCK on malloc()ed memory
/external/libdrm/intel/
Dintel_bufmgr_gem.c1312 VG(VALGRIND_MALLOCLIKE_BLOCK(mmap_arg.addr_ptr, mmap_arg.size, 0, 1)); in drm_intel_gem_bo_map()
/external/valgrind/include/
Dvalgrind.h6975 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro