Searched defs:PCache1 (Results 1 – 1 of 1) sorted by relevance
56193 typedef struct PCache1 PCache1; typedef56282 struct PCache1 { struct56289 PGroup *pGroup; /* PGroup this cache belongs to */56290 unsigned int *pnPurgeable; /* Pointer to pGroup->nPurgeable */56291 int szPage; /* Size of database content section */56292 int szExtra; /* sizeof(MemPage)+sizeof(PgHdr) */56293 int szAlloc; /* Total size of one pcache line */56294 int bPurgeable; /* True if cache is purgeable */56295 unsigned int nMin; /* Minimum number of pages reserved */56296 unsigned int nMax; /* Configured "cache_size" value */[all …]