【问题标题】:What is the page size for 32 and 64 bit versions of windows Os?32 位和 64 位版本的 windows 操作系统的页面大小是多少?
【发布时间】:2023-04-07 19:32:01
【问题描述】:

我想知道 32 位和 64 位版本的 Windows 操作系统中虚拟内存的默认页面大小。例如:Linux (x86) 的页面大小为 4 Kb

【问题讨论】:

    标签: windows memory-management virtual-memory


    【解决方案1】:

    调用GetSystemInfo 或更好的GetNativeSystemInfo 并查找SYSTEM_INFO 结构的dwPageSize 成员。但是现在在 x86 和 x64 页面大小的 windows 下是 0x10004Kb

    【讨论】:

      猜你喜欢
      • 2011-07-29
      • 1970-01-01
      • 2013-10-31
      • 2013-08-29
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-02-20
      • 2012-09-01
      相关资源
      最近更新 更多