MCPcopy Index your code
hub / github.com/1Password/zeroizing-alloc / alloc_zeroed

Method alloc_zeroed

src/lib.rs:93–95  ·  view source on GitHub ↗
(&self, layout: Layout)

Source from the content-addressed store, hash-verified

91
92 #[inline]
93 unsafe fn alloc_zeroed(&self, layout: Layout) -> *mut u8 {
94 self.0.alloc_zeroed(layout)
95 }
96}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected