Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/lsm1/
H A Dlsm_file.c243 int nCacheAlloc; /* Current cache size (in pages) */ member
723 pFS->nCacheAlloc = 0; in lsmFsConfigure()
1028 pPg->pFS->nCacheAlloc--; in fsPageBufferFree()
1051 assert( pFS->nCacheAlloc<=pFS->nOut && pFS->nCacheAlloc>=0 ); in lsmFsPurgeCache()
1083 if( pFS->pLruFirst==0 || pFS->nCacheAlloc<pFS->nCacheMax ){ in fsPageBuffer()
1095 pFS->nCacheAlloc++; in fsPageBuffer()
2776 pFS->nCacheAlloc--; in lsmFsPagePersist()