21 Jul
2025
21 Jul
'25
10:28 p.m.
Turns out the CommitSize from MemoryBasicInformation was completely off too, that is also documented behaviour (https://learn.microsoft.com/en-us/windows/win32/api/memoryapi/ns-memoryapi-w...) including the weirdness around taking into account PAGE_WRITECOPY file mappings only. v3: - added tests for CommitSize; - Instead of trying to reuse fill_basic_memory_info() factor out the common part which gets region bounds and implement get_memory_region_info() separately. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/8612#note_110599