|
-
May 28th, 2001, 03:09 PM
#1
Thread Starter
Member
Memory structure
Hello,
What is meant by the term 'paging file' when addressing memory usage.?
Example
dwTotalPageFile:
Indicates the total number of bytes that can be stored in the paging file
dwAvailPageFile
Indicates the number of bytes available in the paging file.
I'm trying to use the api's call 'GlobalMemoryStatus', but I'm not sure what part these members play
Thanks for the help
Hmm
-
May 29th, 2001, 10:25 AM
#2
Virtual memory systems have more memory available to a process than exists in the hardware. Some allocated memory is sent to disk because it is not being used and the OS thinks more free physical memory is needed. The place on disk where the 'extra' memory is stored is a page file - so called becasue it stores pages of memory.
-
May 29th, 2001, 05:37 PM
#3
Thread Starter
Member
Thank you Jim
hmm
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
|