[][src]Constant bulk_allocator::MEMORY_CHUNK_SIZE

pub const MEMORY_CHUNK_SIZE: usize = 16384;

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