[PATCH v3 06/10] ntdll: Add map_view_aligned function that handles memory alignment

Huw Davies huw at codeweavers.com
Wed Jun 19 04:51:22 CDT 2019


On Tue, Jun 18, 2019 at 06:39:30PM +0200, RĂ©mi Bernon wrote:
> Instead of mask, this function takes top_down, zero_bits and alignment
> (resp. high bits and low bits alignment constraints) parameters.
> 
> The map_view function is now just a wrapper around it with default
> alignment values.

I don't think having two functions makes things clearer, especially as map_view()
itself is now only called twice.  Just swap mask for alignment in map_view()
and you're done.

To avoid spamming the list too much, could you just resend these first six
patches?

Huw.



More information about the wine-devel mailing list