MEMORY_CHUNK_SIZE

Constant MEMORY_CHUNK_SIZE 

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

The default byte count of the bulk memory that this crate allocates from the backend if no cache is. Note that if too large layout is requested, it may exceed this value that this crate acquires via the backend.