Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dpcache1.c520 static int pcache1UnderMemoryPressure(PCache1 *pCache){ in pcache1UnderMemoryPressure() function
891 || (pcache1UnderMemoryPressure(pCache) && pCache->nRecyclable<nPinned) in pcache1FetchStage2()
902 && ((pCache->nPage+1>=pCache->nMax) || pcache1UnderMemoryPressure(pCache)) in pcache1FetchStage2()