STATUS_PAGECACHE_SIZE top-level constant
          
          int
          const STATUS_PAGECACHE_SIZE
          
        
        
This parameter records the largest memory allocation request handed to the pagecache memory allocator.
Only the value returned in the *pHighwater parameter to sqlite3_status() is of interest. The value written into the *pCurrent parameter is undefined.
Implementation
const STATUS_PAGECACHE_SIZE = 7;