Status Parameter Constants

The following table lists the status parameter constants:

Constant Meaning
STATUS_MEMORY_USED This parameter is the current amount of memory checked out using the SQLite malloc routine, either directly or indirectly. The figure includes calls made to the routine by the application and internal memory usage by the SQLite library. Scratch memory controlled by CONFIG_SCRATCH and auxiliary page-cache memory controlled by CONFIG_PAGECACHE is not included in this parameter. The amount returned is the sum of the allocation sizes as reported by the xSize method in sqlite3_mem_methods.
STATUS_PAGECACHE_USED
STATUS_PAGECACHE_OVERFLOW
STATUS_SCRATCH_USED
STATUS_SCRATCH_OVERFLOW
STATUS_MALLOC_SIZE
STATUS_PARSER_STACK
STATUS_PAGECACHE_SIZE
STATUS_SCRATCH_SIZE
STATUS_MALLOC_COUNT