Lines Matching full:clo_alignment
3915 return handle_alloc ( tid, n, VG_(clo_alignment),
3920 return handle_alloc ( tid, n, VG_(clo_alignment),
3925 return handle_alloc ( tid, n, VG_(clo_alignment),
3935 return handle_alloc ( tid, nmemb*size1, VG_(clo_alignment),
4012 Addr p_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_size);