Searched defs:libhammer_btree_stats (Results 1 – 2 of 2) sorted by relevance
109 struct libhammer_btree_stats { struct110 int64_t elements;111 int64_t iterations;112 int64_t splits;113 int64_t inserts;114 int64_t deletes;115 int64_t lookups;116 int64_t searches;
169 libhammer_btree_stats(struct libhammer_btree_stats *bstats) in libhammer_btree_stats() function