$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [Interprocess] Allocing memory that can be unmapped
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2010-11-18 15:03:04
On 17/11/2010 14:20, Paul Harris wrote:
> Hi,
>
> I need to allocate multiple large chunks of memory (many 100MB arrays),
> and my app is running out of RAM on 32 bit Windows operating systems.
> Works fine on Linux, as usual.
>
> I only need to access maybe 5 of those arrays at a time, so I was hoping
> to do something like this...
Sorry, you will need to write the code yourself, there is nothing on
Interprocess to help you on this, apart from mapping memory.
Best,
Ion