On 28/10/2013 3:57 PM, Richard Hipp wrote:
On Mon, Oct 28, 2013 at 3:52 PM, Raheel Gupta <raheel...@gmail.com> wrote:

Sir, is there any way to not allow malloc to hold memory ? I mean shouldnt
free(), be freeing the memory ?

You'lll need to speak with the developers of your libc implementation about
that.
... but if you do that, be prepared to explain why both of the following apply to your program: - it does not exit right after freeing that memory and it does not allocate more memory later - some other process in your system is experiencing malloc() failures or excessive page faults because the memory has not been returned to the OS

A libc developer is unlikely to take the issue seriously unless both of those statements are true for your situation.

Ryan

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to