Searched refs:maxcache (Results 1 - 2 of 2) sorted by relevance

/macosx-10.10.1/Libc-1044.1.2/include/
H A Dmpool.h69 pgno_t maxcache; /* max number of cached pages */ member in struct:MPOOL
/macosx-10.10.1/Libc-1044.1.2/db/mpool/FreeBSD/
H A Dmpool.c63 mpool_open(void *key, int fd, pgno_t pagesize, pgno_t maxcache) argument
88 mp->maxcache = maxcache;
310 if (mp->curcache < mp->maxcache)
416 mp->pagesize, mp->curcache, mp->maxcache);

Completed in 104 milliseconds