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 matching standard alloc interface.

ยงSafety

  • layout must have non-zero size.