Multi-ApplicationOnlineProfiling
2.1
|
This is the structure used to store the clusters (items that have the same hash) More...
#include <Hash_Table.h>
Data Fields | |
MALP_Spinlock | lock |
a lock for concurrent access More... | |
struct Chained_List | next_pl |
the actual chained list (containing elements) More... | |
int | count |
the number of elements More... | |
This is the structure used to store the clusters (items that have the same hash)
Definition at line 44 of file Hash_Table.h.
int Hash_Table_Internal::count |
the number of elements
Definition at line 47 of file Hash_Table.h.
MALP_Spinlock Hash_Table_Internal::lock |
a lock for concurrent access
Definition at line 45 of file Hash_Table.h.
struct Chained_List Hash_Table_Internal::next_pl |
the actual chained list (containing elements)
Definition at line 46 of file Hash_Table.h.