![]() |
mutable
A Database System for Research and Fast Prototyping
|
#include <WasmAlgo.hpp>
Private Attributes | |
Global< Ptr< void > > | address_ |
global backup for address of hash table | |
Global< U32x1 > | mask_ |
global backup for mask of hash table | |
Global< U32x1 > | num_entries_ |
global backup for number of occupied entries of hash table | |
Global< U32x1 > | high_watermark_absolute_ |
global backup for absolute high watermark of hash table | |
Friends | |
struct | ChainedHashTable< true > |
Definition at line 614 of file WasmAlgo.hpp.
|
friend |
Definition at line 473 of file WasmAlgo.hpp.
|
private |
global backup for address of hash table
Definition at line 618 of file WasmAlgo.hpp.
|
private |
global backup for absolute high watermark of hash table
Definition at line 621 of file WasmAlgo.hpp.
|
private |
global backup for mask of hash table
Definition at line 619 of file WasmAlgo.hpp.
|
private |
global backup for number of occupied entries of hash table
Definition at line 620 of file WasmAlgo.hpp.