const LOG_SLAB_TABLE_SIZE: usize = _; // 11usize
Expand description

Parameters for the slab table. The hash function requires it to be a power of 2. Must be larger than MAX_SLABS for hashing to work, and should be much larger for it to be efficient.