STATUS_PAGECACHE_OVERFLOW top-level constant
int
const STATUS_PAGECACHE_OVERFLOW
This parameter returns the number of bytes of page cache allocation which could not be satisfied by the SQLITE_CONFIG_PAGECACHE buffer and where forced to overflow to sqlite3_malloc().
The returned value includes allocations that overflowed because they where too large (they were larger than the "sz" parameter to SQLITE_CONFIG_PAGECACHE) and allocations that overflowed because no space was left in the page cache.
Implementation
const STATUS_PAGECACHE_OVERFLOW = 2;