On Sat, Oct 2, 2010 at 12:37 AM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: > Well, also, you need to allocate Object* values using malloc or placement new, not, say, new > char[]. We use a custom allocators which do not rely on any of these [we mmap pages and treat pieces of mmap'ed pages as objects]. Is this a problem? -- Vyacheslav Egorov