From: scleary_at_[hidden]
Date: 2001-08-31 07:43:36


> +-------+----------+------+------+
> | count | padding? | elt1 | elt2...
> +-------+----------+------+------+

Oh, I think I see. You want to use Pool to allocate both the count and the
elements, right? If so, Pool will not support this (without padding) -- it
was designed to only allocate memory chunks of the same size.

        -Steve