#include <db.h>
Data Fields | |
int(* | cmp )(struct dbt *, void *, void *) |
Comparison function. | |
uintptr_t(* | hash )(struct dbt *, void *) |
Hash function. | |
void(* | release )(struct dbn *, int which) |
Deallocate memory. | |
int | maxlen |
dbn * | ht [HASH_SIZE] |
int | item_count |
const char * | alloc_file |
int | alloc_line |
dbt::db_free * | free_list |
int | free_count |
int | free_max |
int | free_lock |
Data Structures | |
struct | db_free |