Home
last modified time | relevance | path

Searched refs:pcacheSize (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3.c64436 int pcacheSize = sqlite3PcacheSize(); /* Bytes to allocate for PCache */ local
64553 ROUND8(pcacheSize) + /* PCache object */
64572 pPager->pPCache = (PCache*)pPtr; pPtr += ROUND8(pcacheSize);