Searched refs:zeroed (Results 1 – 5 of 5) sorted by relevance
61 pub const fn zeroed() -> Self { in zeroed() method186 AllocatorLog::zeroed() in new_element()190 *element = AllocatorLog::zeroed(); in recycle()236 assert!(slot_size > size_of_val(&AllocatorLog::zeroed())); in new()
155 status: unsafe { core::mem::zeroed() }, in new()157 cause: unsafe { core::mem::zeroed() }, in new()
44 let mut statxbuf: Statx = unsafe { std::mem::zeroed() }; in main()
330 unsafe { mem::MaybeUninit::zeroed().assume_init() } in default()
288 VMA::zeroed(page, count, vm_flags, flags, mapper, flusher, None, None) in map_anonymous()382 VMA::zeroed( in file_mapping()1605 pub fn zeroed( in zeroed() method