Re: Memory use analysis

2013-09-07 Thread Andy Wingo
On Tue 13 Aug 2013 20:23, m...@markwitmer.com writes: > I'm facing an issue with ballooning memory usage in a progam I'm writing > and having a difficult time tracking down the root cause. The stack > stays small but it uses more and more heap space until the system runs > out of memory. We don't

Re: Memory use analysis

2013-08-19 Thread Ludovic Courtès
Hi, m...@markwitmer.com skribis: > Is there some kind of tool or method for getting Guile to enumerate what > objects in the heap are considered "live" by the GC? I guess the > conservative GC Guile uses doesn't explicitly keep track of every > object, but I wouldn't mind just being able to see w