Crate gear_stack_buffer

Source
Expand description

Stack allocations utils.

Constants§

MAX_BUFFER_SIZE
The maximum buffer size that can be allocated on the stack. This is currently limited to 64 KiB.

Functions§

with_byte_buffer
Calls function f with provided uninitialized byte buffer allocated on stack.