std::core::mem

@stack_mem

macro void @stack_mem(usz $size; @body(Allocator mem)) @builtin
Allocate [size] bytes on the stack to use for allocation,
with the heap allocator as the backing allocator.

Release everything on scope exit.

Parameters