Re: Windows array allocation problem
- From: Walter Spector <w6ws_xthisoutx@xxxxxxxxxxxxx>
- Date: Sat, 29 Sep 2007 17:13:30 -0700
Roy Lewallen wrote:
If that's true, then it's the answer to my question and the solution to my problem. If I know for sure how much will be unavailable, I can set the maximum allocation accordingly.
Note that the address space of a process can be further fragmented by
DSOs/DLLs - which can be dynamically loaded at various addresses at
run-time. Thus 'available memory' and 'available CONTIGUOUS memory'
can be two very different things...
Bottom line is that once your problem sizes start approaching 2 gbytes,
you need to start considering a change to a system supporting a 64-bit
memory model.
W.
.
- Follow-Ups:
- Re: Windows array allocation problem
- From: Roy Lewallen
- Re: Windows array allocation problem
- References:
- Windows array allocation problem
- From: Roy Lewallen
- Re: Windows array allocation problem
- From: James Van Buskirk
- Re: Windows array allocation problem
- From: Steve Lionel
- Re: Windows array allocation problem
- From: Roy Lewallen
- Re: Windows array allocation problem
- From: Dan Nagle
- Re: Windows array allocation problem
- From: Roy Lewallen
- Windows array allocation problem
- Prev by Date: Re: Windows array allocation problem
- Next by Date: Re: Windows array allocation problem
- Previous by thread: Re: Windows array allocation problem
- Next by thread: Re: Windows array allocation problem
- Index(es):
Relevant Pages
|