Home | History | Annotate | Download | only in helgrind

Lines Matching refs:clo_alignment

4039    return handle_alloc ( tid, n, VG_(clo_alignment),
4044 return handle_alloc ( tid, n, VG_(clo_alignment),
4049 return handle_alloc ( tid, n, VG_(clo_alignment),
4059 return handle_alloc ( tid, nmemb*size1, VG_(clo_alignment),
4136 Addr p_new = (Addr)VG_(cli_malloc)(VG_(clo_alignment), new_size);