#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include "db_int.h"
#include "db_shash.h"
#include "mp.h"
Go to the source code of this file.
Functions | |
static int | __memp_trick (DB_ENV *dbenv, int ncache, int pct, int *nwrotep) |
static int __memp_trick | __P ((DB_ENV *, int, int, int *)) |
int | CDB_memp_trickle (DB_ENV *dbenv, int pct, int *nwrotep) |
Variables | |
static const char | revid [] = "$Id: mp__trickle_8c.html,v 1.1 2008/06/08 10:20:54 sebdiaz Exp $" |