Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我很好奇 Windows x64 程序可以分配的最高用户空间内存页的地址是什么?
你可以打电话GetSystemInfo来确定这个——SYSTEM_INFO有一个字段lpMaximumApplicationAddress。在 Windows 8 及更早版本中,用户空间地址空间为 8TB;在 Windows 8.1 Preview 及更高版本中为 128TB。
GetSystemInfo
SYSTEM_INFO
lpMaximumApplicationAddress