Function write_full_zeroes

Source
pub(crate) async fn write_full_zeroes<S: StorageExt>(
    storage: S,
    offset: u64,
    length: u64,
) -> Result<()>
Expand description

Write zero data to the given area.

In contrast to write_zeroes() functions, this one will actually write zero data, fully allocated.