Searched refs:structure_size (Results 1 - 1 of 1) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dbcache.c81 long structure_size; /* total size of bcache, including infrastructure */ member in struct:bcache
161 bcache->structure_size -= (bcache->num_buckets
163 bcache->structure_size += new_size;
247 bcache->structure_size += BSTRING_SIZE (length);
413 c->structure_size);
415 print_percentage (c->structure_size - c->unique_size, c->unique_size);
417 print_percentage (c->total_size - c->structure_size, c->total_size);

Completed in 46 milliseconds