when using the LARGEADDRESSAWARE flag, can my 32bit program access 4GB of address space, or only 3GB of address space?
why?
when using the LARGEADDRESSAWARE flag, can my 32bit program access 4GB of address space,
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
A 32 bit process with LARGEADDRESSAWARE set can address 4GB on 64 bit Windows. It can do so because that’s how the wonderful engineers at Microsoft implemented it.
It’s documented here.