Boost logo

Boost :

From: Mathias Gaunard (mathias.gaunard_at_[hidden])
Date: 2008-04-23 15:32:27


Steven Watanabe wrote:

> Basically,
> this works by imposing a hard upper bound on the lifetime
> of a group of objects, rather than dealing with them separately.

You can benefit from that without garbage collection, region allocation
is enough.
For example, allocate all nodes of a container in the same region and
free that region in the container destructor.


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk