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.