Re: Why exception is generated at location 0x0000000???
- From: "Arnaud Debaene" <adebaene@xxxxxxxxxxxxxxxx>
- Date: Sun, 12 Mar 2006 19:49:08 +0100
Olof Lagerkvist wrote:
Anand Choubey wrote:
Hi
Please tell me that which addresses are not mapped on vitrual memory
and why???
You have to ask the other way around, which adresses _are_ mapped into
virtual memory space and why. The answer is that the exe file and dll
files are loaded into some addresses and allocation heaps are created
at some other addresses. It is also possible to directly reserve or
allocate virtual memory space directly using VirtualAlloc().
You forgot to speak about the stack of each thread, but you gave the rigfht
idea....
Arnaud
MVP - VC
.
- Follow-Ups:
- Re: Why exception is generated at location 0x0000000???
- From: Skywing
- Re: Why exception is generated at location 0x0000000???
- References:
- Re: Why exception is generated at location 0x0000000???
- From: Arnaud Debaene
- Re: Why exception is generated at location 0x0000000???
- From: Gary Chanson
- Re: Why exception is generated at location 0x0000000???
- From: Olof Lagerkvist
- Re: Why exception is generated at location 0x0000000???
- Prev by Date: How can I know that what type(include scsi and ide) is my harddisk ??
- Next by Date: Re: Why exception is generated at location 0x0000000???
- Previous by thread: Re: Why exception is generated at location 0x0000000???
- Next by thread: Re: Why exception is generated at location 0x0000000???
- Index(es):