Home
last modified time | relevance | path

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

/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dpcache1.c85 typedef struct PCache1 PCache1; typedef
164 struct PCache1 { struct
171 PGroup *pGroup; /* PGroup this cache belongs to */
172 unsigned int *pnPurgeable; /* Pointer to pGroup->nPurgeable */
174 int szExtra; /* sizeof(MemPage)+sizeof(PgHdr) */
175 int szAlloc; /* Total size of one pcache line */
176 int bPurgeable; /* True if cache is purgeable */
178 unsigned int nMax; /* Configured "cache_size" value */
179 unsigned int n90pct; /* nMax*9/10 */
186 unsigned int nRecyclable; /* Number of pages in the LRU list */
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dpcache1.c85 typedef struct PCache1 PCache1; typedef
164 struct PCache1 { struct
171 PGroup *pGroup; /* PGroup this cache belongs to */
172 unsigned int *pnPurgeable; /* Pointer to pGroup->nPurgeable */
174 int szExtra; /* sizeof(MemPage)+sizeof(PgHdr) */
175 int szAlloc; /* Total size of one pcache line */
176 int bPurgeable; /* True if cache is purgeable */
178 unsigned int nMax; /* Configured "cache_size" value */
179 unsigned int n90pct; /* nMax*9/10 */
186 unsigned int nRecyclable; /* Number of pages in the LRU list */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dpcache1.c85 typedef struct PCache1 PCache1; typedef
164 struct PCache1 { struct
171 PGroup *pGroup; /* PGroup this cache belongs to */
172 unsigned int *pnPurgeable; /* Pointer to pGroup->nPurgeable */
174 int szExtra; /* sizeof(MemPage)+sizeof(PgHdr) */
175 int szAlloc; /* Total size of one pcache line */
176 int bPurgeable; /* True if cache is purgeable */
178 unsigned int nMax; /* Configured "cache_size" value */
179 unsigned int n90pct; /* nMax*9/10 */
186 unsigned int nRecyclable; /* Number of pages in the LRU list */
[all …]
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dpcache1.c85 typedef struct PCache1 PCache1; typedef
147 struct PCache1 { struct
153 PGroup *pGroup; /* PGroup this cache belongs to */
155 int szExtra; /* sizeof(MemPage)+sizeof(PgHdr) */
156 int szAlloc; /* Total size of one pcache line */
157 int bPurgeable; /* True if cache is purgeable */
159 unsigned int nMax; /* Configured "cache_size" value */
160 unsigned int n90pct; /* nMax*9/10 */
166 unsigned int nRecyclable; /* Number of pages in the LRU list */
167 unsigned int nPage; /* Total number of pages in apHash */
[all …]