Function musli_allocator::buffer
source · pub fn buffer() -> DefaultBufferExpand description
Construct a new default buffer.
- If the
allocfeature is enabled, this isSystemBuffer. - Otherwise this is
StackBufferwith a default size ofDEFAULT_STACK_BUFFER.