Status Parameters
Status Parameters
#define SQLITE_STATUS_MEMORY_USED 0 #define SQLITE_STATUS_PAGECACHE_USED 1 #define SQLITE_STATUS_PAGECACHE_OVERFLOW 2 #define SQLITE_STATUS_SCRATCH_USED 3 #define SQLITE_STATUS_SCRATCH_OVERFLOW 4 #define SQLITE_STATUS_MALLOC_SIZE 5 #define SQLITE_STATUS_PARSER_STACK 6 #define SQLITE_STATUS_PAGECACHE_SIZE 7 #define SQLITE_STATUS_SCRATCH_SIZE 8 #define SQLITE_STATUS_MALLOC_COUNT 9
These integer constants designate various run-time status parameters that can be returned by sqlite3_status().
- SQLITE_STATUS_MEMORY_USED
- This parameter is the current amount of memory checked out using sqlite3_malloc(), either directly or indirectly- The figure includes calls made to sqlite3_malloc() by the application and interna