[][src]Function rdisk_shared::alloc_buffer

pub unsafe fn alloc_buffer(size: usize) -> Vec<u8>

Safety

The allocated buffer is uninitialized and should be entirely rewritten before read.