OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PGroup
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
pcache1.c
25
typedef struct
PGroup
PGroup
;
27
/* Each page cache (or PCache) belongs to a
PGroup
. A
PGroup
is a set
29
** pages when they are under memory pressure. A
PGroup
is an instance of
34
** (1) Every PCache is the sole member of its own
PGroup
. There is
35
** one
PGroup
per PCache.
37
** (2) There is a single global
PGroup
that all PCaches are a member
45
** For mode (1),
PGroup
.mutex is NULL. For mode (2) there is only a single
46
**
PGroup
which is the pcache1.grp global variable and its mutex i
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 69 milliseconds