pub const MAX_BLOCK_SIZE: usize = _; // 2_147_483_632usize
Maximum usable size of the arena region (just under 2 GiB), so that no allocation crosses a 4 GiB boundary and every offset fits in a u32.
u32