4 Mar
2023
4 Mar
'23
3:48 a.m.
This could be implemented as ```c return VirtualAlloc( addr, size, MEM_RESET, PAGE_NOACCESS ); ``` -- https://gitlab.winehq.org/wine/wine/-/merge_requests/2326#note_26157