Module vmm_sys_util::write_zeroes[][src]

Traits for replacing a range with a hole and writing zeroes in a file.

Traits

PunchHole

A trait for deallocating space in a file.

WriteZeroes

A trait for writing zeroes to a stream.

WriteZeroesAt

A trait for writing zeroes to an arbitrary position in a file.