Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c58154 static int pcache1UnderMemoryPressure(PCache1 *pCache){ function
58525 || (pcache1UnderMemoryPressure(pCache) && pCache->nRecyclable<nPinned)
58536 && ((pCache->nPage+1>=pCache->nMax) || pcache1UnderMemoryPressure(pCache))