Subject: Re: [Boost-users] Interprocess : vectors of vectors
From: Oodini (svdbg____at_[hidden])
Date: 2013-05-14 11:28:08


> You know the number of data items. You don't know the number of
> bytes.
> Hence your original question.

I do know the number of bytes of my data.
I don't know the number of bytes to allocate through Interprocess, because I don't know the bytes that Interprocess consumes for its data structures.