Searched refs:VALGRIND_MALLOCLIKE_BLOCK (Results 1 – 15 of 15) sorted by relevance
/external/valgrind/memcheck/tests/ |
D | custom-overlap.c | 15 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()
|
D | custom_alloc.c | 47 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()
|
D | clireq_nofill.c | 33 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()
|
D | origin1-yes.c | 82 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/ |
D | valgrind.h | 35 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, p2rz(ptr), zero); \ 60 VALGRIND_MALLOCLIKE_BLOCK(ptr, usize, \
|
/external/valgrind/massif/tests/ |
D | custom_alloc.c | 41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 ); in custom_alloc()
|
/external/valgrind/drd/tests/ |
D | custom_alloc.c | 41 VALGRIND_MALLOCLIKE_BLOCK( p, size, RZ, /*is_zeroed*/1 ); in custom_alloc()
|
/external/valgrind/docs/internals/ |
D | 3_9_BUGSTATUS.txt | 82 VALGRIND_MALLOCLIKE_BLOCK (has patch, needs looking at)
|
D | 3_2_BUGSTATUS.txt | 85 148096 VALGRIND_MALLOCLIKE_BLOCK not working correctly?
|
/external/valgrind/coregrind/ |
D | m_mallocfree.c | 1856 (VALGRIND_MALLOCLIKE_BLOCK(v, in VG_() 2261 INNER_REQUEST(VALGRIND_MALLOCLIKE_BLOCK(align_p, in VG_()
|
/external/v8/src/third_party/valgrind/ |
D | valgrind.h | 3919 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
|
/external/regex-re2/util/ |
D | valgrind.h | 4390 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
|
/external/valgrind/ |
D | NEWS | 1137 - 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/ |
D | intel_bufmgr_gem.c | 1312 VG(VALGRIND_MALLOCLIKE_BLOCK(mmap_arg.addr_ptr, mmap_arg.size, 0, 1)); in drm_intel_gem_bo_map()
|
/external/valgrind/include/ |
D | valgrind.h | 6975 #define VALGRIND_MALLOCLIKE_BLOCK(addr, sizeB, rzB, is_zeroed) \ macro
|