2 * See the file LICENSE for redistribution information.
4 * Copyright (c) 1996, 1997, 1998
5 * Sleepycat Software. All rights reserved.
11 static const char sccsid
[] = "@(#)hash_stat.c 10.12 (Sleepycat) 12/19/98";
14 #ifndef NO_SYSTEM_INCLUDES
15 #include <sys/types.h>
26 * Gather/print the hash statistics
28 * PUBLIC: int __ham_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
31 __ham_stat(dbp
, spp
, db_malloc
, flags
)
34 void *(*db_malloc
) __P((size_t));
38 COMPQUIET(db_malloc
, NULL
);
43 return (__db_eopnotsup(dbp
->dbenv
));