Search found 2 matches

by rich289
Wed May 18, 2011 6:34 am
Forum: Common Lisp
Topic: sbcl howto find current memory usage
Replies: 2
Views: 11131

Re: sbcl howto find current memory usage

sb-kernel::dynamic-usage is exactly what I was looking for.
Thank you very much.
by rich289
Tue May 17, 2011 8:47 am
Forum: Common Lisp
Topic: sbcl howto find current memory usage
Replies: 2
Views: 11131

sbcl howto find current memory usage

I want to write an after-gc-hook which can detect that we are nearing the dynamic-space-allocation limit and throw an error. However I have not been able to find and variables or functions which will report the current dynamic space usage. (room) prints the desired info but I need to access from a h...