Function alloca::with_alloca_zeroed

source ·
pub fn with_alloca_zeroed<R>(size: usize, f: impl FnOnce(&mut [u8]) -> R) -> R
Expand description

Same as with_alloca except it zeroes memory slice.