[][src]Function alloca::with_alloca_zeroed

pub fn with_alloca_zeroed<R, F>(size: usize, f: F) -> R where
    F: FnOnce(&mut [u8]) -> R, 

Same as with_alloca except it zeroes memory slice.