Aleph-w 3.0
A C++ Library for Data Structures and Algorithms
Loading...
Searching...
No Matches
ODhashBucketStats Struct Reference

Public Attributes

size_t empty = 0
 
size_t busy = 0
 
size_t deleted = 0
 

Detailed Description

Definition at line 1146 of file odhash.cc.

Member Data Documentation

◆ busy

size_t ODhashBucketStats::busy = 0

Definition at line 1149 of file odhash.cc.

Referenced by count_odhash_bucket_states().

◆ deleted

size_t ODhashBucketStats::deleted = 0

Definition at line 1150 of file odhash.cc.

Referenced by count_odhash_bucket_states().

◆ empty

size_t ODhashBucketStats::empty = 0

Definition at line 1148 of file odhash.cc.

Referenced by count_odhash_bucket_states().


The documentation for this struct was generated from the following file: