Lines Matching refs:clo_alignment
4174 return handle_alloc ( tid, n, VG_(clo_alignment),
4179 return handle_alloc ( tid, n, VG_(clo_alignment),
4184 return handle_alloc ( tid, n, VG_(clo_alignment),
4194 return handle_alloc ( tid, nmemb*size1, VG_(clo_alignment),
4271 Addr p_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_size);