1 Sep
2025
1 Sep
'25
4:02 p.m.
On Mon Sep 1 16:00:57 2025 +0000, Paul Gofman wrote:
Do you mean `ULONG_PTR` vs 'void *' or something else? Note that allocated size is HeapSize is `size + 1`, that is to make test hit interesting cases of unalgined requested size. So the aligned size matches the implementation, the only difference is that I used `ULONG_PTR` is test, should I change it to 'void *'? Ah right, I missed that it was allocating size + 1, sorry. Defining the ROUND_SIZE macro in this file could be nice.
-- https://gitlab.winehq.org/wine/wine/-/merge_requests/8852#note_114423