Skip to main content

MAX_BLOCK_SIZE

Constant MAX_BLOCK_SIZE 

Source
pub const MAX_BLOCK_SIZE: usize = _; // 2_147_483_632usize
Expand description

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.