GDB (xrefs)
|
Public Attributes | |
struct obstack | cache |
unsigned int | num_buckets |
struct bstring ** | bucket |
unsigned long | unique_count |
long | total_count |
long | unique_size |
long | total_size |
long | structure_size |
unsigned long | expand_count |
unsigned long | expand_hash_count |
unsigned long | half_hash_miss_count |
unsigned long(* | hash_function )(const void *addr, int length) |
int(* | compare_function )(const void *, const void *, int length) |
struct bstring** bcache::bucket |
Definition at line 72 of file bcache.c.
Referenced by bcache_full(), bcache_xfree(), expand_hash_table(), and print_bcache_statistics().
struct obstack bcache::cache |
Definition at line 65 of file bcache.c.
Referenced by bcache_full(), bcache_memory_used(), bcache_xfree(), and typy_richcompare().
int(* bcache::compare_function)(const void *, const void *, int length) |
Definition at line 96 of file bcache.c.
Referenced by bcache_full(), and bcache_xmalloc().
unsigned long bcache::expand_count |
Definition at line 85 of file bcache.c.
Referenced by expand_hash_table(), and print_bcache_statistics().
unsigned long bcache::expand_hash_count |
Definition at line 86 of file bcache.c.
Referenced by expand_hash_table(), and print_bcache_statistics().
unsigned long bcache::half_hash_miss_count |
Definition at line 90 of file bcache.c.
Referenced by bcache_full(), and print_bcache_statistics().
unsigned long(* bcache::hash_function)(const void *addr, int length) |
Definition at line 93 of file bcache.c.
Referenced by bcache_full(), bcache_xmalloc(), and expand_hash_table().
unsigned int bcache::num_buckets |
Definition at line 68 of file bcache.c.
Referenced by bcache_full(), expand_hash_table(), and print_bcache_statistics().
Definition at line 79 of file bcache.c.
Referenced by bcache_full(), expand_hash_table(), and print_bcache_statistics().
long bcache::total_count |
Definition at line 76 of file bcache.c.
Referenced by bcache_full(), bcache_memory_used(), bcache_xfree(), and print_bcache_statistics().
long bcache::total_size |
Definition at line 78 of file bcache.c.
Referenced by bcache_full(), and print_bcache_statistics().
unsigned long bcache::unique_count |
Definition at line 75 of file bcache.c.
Referenced by bcache_full(), expand_hash_table(), and print_bcache_statistics().
long bcache::unique_size |
Definition at line 77 of file bcache.c.
Referenced by bcache_full(), and print_bcache_statistics().