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

Public Attributes

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

Detailed Description

Definition at line 593 of file olhash.cc.

Member Data Documentation

◆ busy

size_t BucketStats::busy = 0

Definition at line 596 of file olhash.cc.

Referenced by count_bucket_states().

◆ deleted

size_t BucketStats::deleted = 0

Definition at line 597 of file olhash.cc.

Referenced by count_bucket_states().

◆ empty

size_t BucketStats::empty = 0

Definition at line 595 of file olhash.cc.

Referenced by count_bucket_states().


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