pub(crate) const MAX_BIN_SIZE: usize = _; // 65_536usize
Expand description

The object size for the last bin. We should not try allocate objects larger than this with the allocator.