Searched defs:req_alignB (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/coregrind/
H A Dm_mallocfree.c2147 SizeT req_alignB, SizeT req_pszB )
2167 if (req_alignB < VG_MIN_MALLOC_SZB
2168 || req_alignB > 16 * 1024 * 1024
2169 || VG_(log2)( req_alignB ) == -1 /* not a power of 2 */) {
2173 a, req_alignB, req_pszB, req_alignB );
2178 vg_assert(req_alignB % VG_MIN_MALLOC_SZB == 0);
2184 base_pszB_req = req_pszB + min_useful_bszB(a) + req_alignB;
2217 req_alignB );
2259 vg_assert( (((Addr)align_p) % req_alignB)
2146 arena_memalign( ArenaId aid, const HChar* cc, SizeT req_alignB, SizeT req_pszB ) argument
[all...]
/external/valgrind/exp-dhat/
H A Ddh_main.c451 void* new_block ( ThreadId tid, void* p, SizeT req_szB, SizeT req_alignB, argument
464 p = VG_(cli_malloc)( req_alignB, req_szB );
/external/valgrind/massif/
H A Dms_main.c1545 void* alloc_and_record_block ( ThreadId tid, SizeT req_szB, SizeT req_alignB, argument
1554 p = VG_(cli_malloc)( req_alignB, req_szB );

Completed in 155 milliseconds