Skip to main content

alloc_zeroed

Function alloc_zeroed 

Source
pub unsafe fn alloc_zeroed(layout: Layout) -> Option<NonNull<u8>>
Expand description

Fallible zeroed allocation using kernel calloc.

ยงSafety

  • layout must have non-zero size.