GDB (xrefs)
|
Go to the source code of this file.
Classes | |
struct | gdb::bstring |
Namespaces | |
namespace | gdb |
Macros | |
#define | CHAIN_LENGTH_THRESHOLD (5) |
#define | BSTRING_SIZE(n) (offsetof (struct bstring, d.data) + (n)) |
Functions | |
static void | gdb::print_percentage (int portion, int total) |
#define BSTRING_SIZE | ( | n | ) | (offsetof (struct bstring, d.data) + (n)) |
Definition at line 134 of file bcache.c.
Referenced by gdb::bcache::insert().
#define CHAIN_LENGTH_THRESHOLD (5) |
Definition at line 61 of file bcache.c.
Referenced by gdb::bcache::insert().