|
-
March 26th, 2003, 05:58 PM
#1
Windows (2k) memory page size
I was looking though MSDN but couldn't find this... what is the page size of memory in windows (2K)? ie what is the smallest chunk of memory windows allocates to a process (or thread)?
-
March 26th, 2003, 10:53 PM
#2
In Windows 2000 processes are allocated memory in blocks of 4-K pages.
This means it will round up to the nearest 4K boundry.
Source: Inside Microsoft Windows 2000 Third Edition, Microsoft Press.
Hope this helps,
- Nigel
-
April 3rd, 2003, 12:25 PM
#3
oh!it's a simple question
-
April 5th, 2003, 05:57 AM
#4
The GetSystemInfo function fills a SYSTEM_INFO struct. The size of a virtual page is stored in the dwPageSize field.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|