Re: CE DLL alignment.
- From: "Steve Maillet \(eMVP\)" <nospam@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Mon, 28 May 2007 11:19:11 -0400
If I created a DLL for ~63.5 K, it really occupies 128K when it's
loaded? . Just tryin to clear that hang over :-)
It occupies ONLY the actual size of the DLL in physical memory, the system
allocates space in virtual memory for each DLL starting on a 64K boundary.
You really should not try to rely on the exact behaviour of this particular
aspect of the system as it's possible that different versions of the OS
behave differently. (e.g. the exact answer to your question is "UNDEFINED")
t's very likely that's not something that has changed over the past, nor
likely behavior that will change in the future but you shouldn't "bet the
farm" on it.)
.
- Follow-Ups:
- Re: CE DLL alignment.
- From: Paul Monson
- Re: CE DLL alignment.
- References:
- CE DLL alignment.
- From: ganesan
- Re: CE DLL alignment.
- From: Henrik Viklund
- Re: CE DLL alignment.
- From: ganesan
- Re: CE DLL alignment.
- From: Steve Maillet \(eMVP\)
- Re: CE DLL alignment.
- From: ganesan
- CE DLL alignment.
- Prev by Date: Headset Audio gateway btscosnd waveinopen failed
- Next by Date: USB RNDIS and no Device Notifications
- Previous by thread: Re: CE DLL alignment.
- Next by thread: Re: CE DLL alignment.
- Index(es):
Relevant Pages
|