I want to know the default page size for virtual memory in windows Os for both 32 and 64 bit versions. For ex: the page size of Linux (x86) is 4 Kb.
call GetSystemInfo
or better GetNativeSystemInfo
and look for dwPageSize member of SYSTEM_INFO
structure. however now under windows in both x86 and x64 page size is 0x1000
or 4Kb
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With