STATUS_PAGECACHE_USED top-level constant

int const STATUS_PAGECACHE_USED

This parameter returns the number of pages used out of the pagecache memory allocator that was configured using SQLITE_CONFIG_PAGECACHE.

The value returned is in pages, not in bytes.

Implementation

const STATUS_PAGECACHE_USED = 1;