static HASHTABLE: AtomicPtr<HashTable>Expand description
Holds the pointer to the currently active HashTable.
ยงSafety
Except for the initial value of null, it must always point to a valid HashTable instance.
Any HashTable this global static has ever pointed to must never be freed.