
23 Apr
2008
23 Apr
'08
7:32 p.m.
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.