Searched refs:allocation_info (Results 1 – 1 of 1) sorted by relevance
57 allocation_info: Option<AllocationInfo>, field77 allocation_info: None, in new()132 .buffer_make_freeable(self.offset, self.allocation_info.take()); in keep_alive()137 self.allocation_info = Some(info); in set_info()141 self.allocation_info.get_or_insert_with(Default::default) in get_or_init_info()193 let file_list = match self.allocation_info.as_mut() { in translate_fds()232 match self.allocation_info { in looper_need_return_on_free()245 if let Some(mut info) = self.allocation_info.take() { in drop()