Home | History | Annotate | Download | only in memcheck

Lines Matching refs:clo_alignment

412       return MC_(new_block) ( tid, 0, n, VG_(clo_alignment), 
422 return MC_(new_block) ( tid, 0, n, VG_(clo_alignment),
432 return MC_(new_block) ( tid, 0, n, VG_(clo_alignment),
452 return MC_(new_block) ( tid, 0, nmemb*size1, VG_(clo_alignment),
567 a_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_szB);