[][src]Crate alloca

Functions

with_alloca

Allocates [u8;size] memory on stack and invokes closure with this slice as argument.

with_alloca_zeroed

Same as with_alloca except it zeroes memory slice.