GDB (xrefs)
Public Attributes
bcache Struct Reference

List of all members.

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)

Detailed Description

Definition at line 62 of file bcache.c.


Member Data Documentation

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().

Definition at line 86 of file bcache.c.

Referenced by expand_hash_table(), and print_bcache_statistics().

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().

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().

Definition at line 76 of file bcache.c.

Referenced by bcache_full(), bcache_memory_used(), bcache_xfree(), and print_bcache_statistics().

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().

Definition at line 77 of file bcache.c.

Referenced by bcache_full(), and print_bcache_statistics().


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines