Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c56323 static SQLITE_WSD struct PCacheGlobal { struct
56324 PGroup grp; /* The global PGroup for mode (2) */
56331 int isInit; /* True if initialized */
56332 int separateCache; /* Use a new PGroup for each PCache */
56333 int nInitPage; /* Initial bulk allocation size */
56334 int szSlot; /* Size of each free slot */
56335 int nSlot; /* The number of pcache slots */
56336 int nReserve; /* Try to keep nFreeSlot above this */
56337 void *pStart, *pEnd; /* Bounds of global page cache memory */
56339 sqlite3_mutex *mutex; /* Mutex for accessing the following: */
[all …]