Home
last modified time | relevance | path

Searched defs:PCache1 (Results 1 – 1 of 1) sorted by relevance

/sqlite-3.40.0/src/
H A Dpcache1.c86 typedef struct PCache1 PCache1; typedef
175 struct PCache1 { struct
182 PGroup *pGroup; /* PGroup this cache belongs to */
183 unsigned int *pnPurgeable; /* Pointer to pGroup->nPurgeable */
185 int szExtra; /* sizeof(MemPage)+sizeof(PgHdr) */
186 int szAlloc; /* Total size of one pcache line */
187 int bPurgeable; /* True if cache is purgeable */
189 unsigned int nMax; /* Configured "cache_size" value */
190 unsigned int n90pct; /* nMax*9/10 */
197 unsigned int nRecyclable; /* Number of pages in the LRU list */
[all …]