August 2010
Intermediate to advanced
526 pages
23h 39m
English
sqlite3_memory_used() — Get the current memory use
sqlite3_int64 sqlite3_memory_used( );
The number of bytes currently allocated by the SQLite memory system.
This function returns the current number of bytes allocated by the SQLite memory functions. This figure includes all of the overhead introduced by the SQLite allocator, but does not include any overhead required by the system memory handlers.
Read now
Unlock full access