August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_memory_highwater() — Get or reset the memory usage high-water mark
sqlite3_int64 sqlite3_memory_highwater( int reset );
reset
If this value is nonzero, the high-water mark will be reset to the current in-use value.
The high-water mark of bytes allocated by the SQLite memory system.
This function returns the memory usage high-water mark, or the highest seen value. The high-water mark can optionally be reset to the current value.
Read now
Unlock full access