$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Douglas Gregor (doug.gregor_at_[hidden])
Date: 2006-01-31 08:35:55
On Jan 30, 2006, at 9:27 PM, Dave wrote:
> I am looking into heap profiles of some example programs
> given in Boost Graph Library and I would like to know if
> there is any garbage collection or memory compaction done
> by BGL's memory allocator.
No, we do not perform either of these optimizations. The BGL uses the
standard allocator and nothing else.
Doug