Hi All
I am using sqlite 3.7.7.1

When profiling my application using gperftools-2.0, the profile always shows 
sqlite3_memory_used as the top user of memory.  Why would sqlite3_memory_used 
use so much memory as it just reports the status of sqlite3_malloc/free. Are 
there known memory leaks in this call which have been fixed?

Is there a way to just profile the sqlite3 calls to figure out if there is a 
leak in those calls or wrt how I may be using it?

-Mayank




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

Reply via email to