j
k
j a
j l
On Sat Mar 4 13:24:03 2023 +0000, Torge Matthies wrote:
This could be implemented as return VirtualAlloc( addr, size, MEM_RESET, PAGE_NOACCESS );
This could be implemented as
return VirtualAlloc( addr, size, MEM_RESET, PAGE_NOACCESS );
MSDN seems to say that MEM_RESET does the same thing as this function, obv would need tests
Back to the thread
Back to the list