Illumos
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
DB_MINCACHE
usr/src/cmd/sendmail/db/db/db.c
531
cachesize = dbp->pgsize * DB_MINCACHE;
usr/src/cmd/sendmail/db/db/db.c
537
if (cachesize < dbp->pgsize * DB_MINCACHE)
usr/src/cmd/sendmail/db/db/db.c
538
cachesize = dbp->pgsize * DB_MINCACHE;