Hi, 

I am using   sqlite_status = sqlite3_status(SQLITE_STATUS_MEMORY_USED, 
&pCurrent, &pHighwater, resetFlag);
to get the memory used by sqlite. 


What is the memory unit for pCurrent (the max sqlite memory used)? 

Is it in bytes, bit or something else? 


Thanks

Joe

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

Reply via email to