Boost Graph Library - heap profile

30 Jan
2006
30 Jan
'06
7:27 p.m.
Hello All, 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. Thank you. Dave --------------------------------- Bring words and photos together (easily) with PhotoMail - it's free and works with your Yahoo! Mail.

31 Jan
31 Jan
6:35 a.m.
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
7079
Age (days ago)
7079
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dave
-
Douglas Gregor