Process Query

Folks,

I have a query regarding the regions allocated for a process address space.

I am reading “programming applications” by Jeffrey Richter.

According to the book - when a process is created:

  • An address space is assigned to the process.
  • This address space is the virtual memory and no memory is allocated.
  • memory is allocated by allocating regions and commiting it to
    the physical memory.

My question is where is the memory allocated for regions ???. Is it
from the pagefile ???

Please let me know.

Thanks,
Vinay

isnt the physical memory allocated for regions?

----- Original Message -----
From: “Vinay Kalkoti”
To: “Windows System Software Devs Interest List”
Sent: Sunday, April 09, 2006 11:30 PM
Subject: [ntdev] Process Query

Folks,

I have a query regarding the regions allocated for a process address space.

I am reading “programming applications” by Jeffrey Richter.

According to the book - when a process is created:
- An address space is assigned to the process.
- This address space is the virtual memory and no memory is allocated.
- memory is allocated by allocating regions and commiting it to
the physical memory.

My question is where is the memory allocated for regions ???. Is it
from the pagefile ???

Please let me know.

Thanks,
Vinay


Questions? First check the Kernel Driver FAQ at
http://www.osronline.com/article.cfm?id=256

To unsubscribe, visit the List Server section of OSR Online at
http://www.osronline.com/page.cfm?name=ListServer