baseSize

the baseSize defines the cutoff limit, where the node goes into the bit array mode. It is parametrized on the size of size_t and changes dynamically with the architecture used.

enum baseSize = CHAR_BIT * size_t.sizeof;

Meta