Searched refs:local_alloc_zeroed (Results 1 – 1 of 1) sorted by relevance
18 unsafe fn local_alloc_zeroed(&self, layout: Layout) -> *mut u8; in local_alloc_zeroed() method65 unsafe fn local_alloc_zeroed(&self, layout: Layout) -> *mut u8 { in local_alloc_zeroed() method89 self.local_alloc_zeroed(layout) in alloc_zeroed()