Boost Graph Library - heap profile
31 Jan
2006
31 Jan
'06
2:27 a.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
1:35 p.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
6864
Age (days ago)
6864
Last active (days ago)
1 comments
2 participants
participants (2)
-
Dave
-
Douglas Gregor