Searched defs:PGroup (Results 1 – 1 of 1) sorted by relevance
56196 typedef struct PGroup PGroup; typedef56265 struct PGroup { struct56266 sqlite3_mutex *mutex; /* MUTEX_STATIC_LRU or NULL */56267 unsigned int nMaxPage; /* Sum of nMax for purgeable caches */56268 unsigned int nMinPage; /* Sum of nMin for purgeable caches */56269 unsigned int mxPinned; /* nMaxpage + 10 - nMinPage */56270 unsigned int nPurgeable; /* Number of purgeable pages allocated */56271 PgHdr1 lru; /* The beginning and end of the LRU list */