allocating memory before creating objects

From: Matthias (matthias.nospam_at_gmx.net)
Date: 08/25/04


Date: 25 Aug 2004 08:22:09 -0700

Hi,

is it possible to allocate memory before I create the individual
objects? I assume i would gain a better performance than allocating
the memory for each object if I have to create a lot for my
calculation.

thanks,
Matthias