[][src]Crate alloca

Functions

alloca

Allocates T on stack space.

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.