On Feb 22, 2005, at 12:13 PM, <[EMAIL PROTECTED]> wrote:

However, I tried it anyway and set CACHE_SIZE = 0.
Still seeing the jump.  Is there anyway to disable
caching completely or to verify that it isn't being
cached?

What happens if you call process() many times? Does it grow by 2MB each time?

Try not to confuse memory usage with memory leaks. And remember that after a process calls free() on some memory, it doesn't go back to the OS, it gets put back in the malloc() pool for future use.

Vivek Khera, Ph.D.
+1-301-869-4449 x806


Attachment: smime.p7s
Description: S/MIME cryptographic signature

Reply via email to