Skip to main content

READ_SLAB_SIZE

Constant READ_SLAB_SIZE 

Source
pub const READ_SLAB_SIZE: usize = _; // 65_536usize
Expand description

Size of a read scratch slab.

Doubles as the ceiling read_buffer_size clamps to and the minimum capacity take_read_buffer grows a stash to. Equal to the old arena page size, so the per-read buffer bound and its resident footprint are unchanged.