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 = 8 * size_t.sizeof;

Meta