OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxcache
(Results
1 - 2
of
2
) sorted by relevancy
/src/include/
mpool.h
68
pgno_t
maxcache
; /* max number of cached pages */
member in struct:MPOOL
/src/lib/libc/db/mpool/
mpool.c
75
mpool_open(void *key, int fd, pgno_t pagesize, pgno_t
maxcache
)
100
mp->
maxcache
=
maxcache
;
367
if (mp->curcache < mp->
maxcache
)
495
(u_long)mp->pagesize, (u_long)mp->curcache, (u_long)mp->
maxcache
);
Completed in 12 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025