Home
last modified time | relevance | path

Searched refs:req_alignB (Results 1 – 4 of 4) sorted by relevance

/external/valgrind/coregrind/
Dpub_core_mallocfree.h112 SizeT req_alignB, SizeT req_pszB );
Dm_mallocfree.c2212 SizeT req_alignB, SizeT req_pszB ) in VG_()
2232 if (req_alignB < VG_MIN_MALLOC_SZB in VG_()
2233 || req_alignB > 16 * 1024 * 1024 in VG_()
2234 || VG_(log2)( req_alignB ) == -1 /* not a power of 2 */) { in VG_()
2238 a, req_alignB, req_pszB, req_alignB ); in VG_()
2243 vg_assert(req_alignB % VG_MIN_MALLOC_SZB == 0); in VG_()
2249 base_pszB_req = req_pszB + min_useful_bszB(a) + req_alignB; in VG_()
2282 req_alignB ); in VG_()
2324 vg_assert( (((Addr)align_p) % req_alignB) == 0 ); in VG_()
/external/valgrind/exp-dhat/
Ddh_main.c451 void* new_block ( ThreadId tid, void* p, SizeT req_szB, SizeT req_alignB, in new_block() argument
464 p = VG_(cli_malloc)( req_alignB, req_szB ); in new_block()
/external/valgrind/massif/
Dms_main.c1164 void* alloc_and_record_block ( ThreadId tid, SizeT req_szB, SizeT req_alignB, in alloc_and_record_block() argument
1173 p = VG_(cli_malloc)( req_alignB, req_szB ); in alloc_and_record_block()