Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c56196 typedef struct PGroup PGroup; typedef
56265 struct PGroup { struct
56266 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 */