mallinfo equivalent on FreeBSD

2010-06-30 Thread dhruva
structured exception handling around the call to malloc. The problem in #3 would be to revert once the memory usage has gone below the watermark. Any suggestions would help me progress. with best regards, dhruva ___ freebsd-hackers@freebsd.org mailing list

Re: Using lex in a shared library

2010-07-04 Thread dhruva
maintaining it is lot simpler when you care about portability. I do not work for kitware nor anyway involved with cmake apart from being a happy user. Quite a few large projects are moving to cmake. -dhruva ___ freebsd-hackers@freebsd.org mailing list

Re: mallinfo equivalent on FreeBSD

2010-07-11 Thread dhruva
Hi, On Wed, Jun 30, 2010 at 12:49 PM, dhruva wrote: > Hello, >  I would like to know the memory usage (total virtual memory) inside a > process and make decisions accordingly. > To be more specific, I am using BerkeleyDB backed set or std::set (C++ > STL) depending on my curre