Searched refs:nCacheAlloc (Results 1 – 1 of 1) sorted by relevance
243 int nCacheAlloc; /* Current cache size (in pages) */ member723 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()