Searched refs:allocation_info (Results 1 – 1 of 1) sorted by relevance
57 allocation_info: Option<AllocationInfo>, field80 allocation_info: None, in new()135 .buffer_make_freeable(self.offset, self.allocation_info.take()); in keep_alive()140 self.allocation_info = Some(info); in set_info()144 self.allocation_info.get_or_insert_with(Default::default) in get_or_init_info()196 let file_list = match self.allocation_info.as_mut() { in translate_fds()234 match self.allocation_info { in looper_need_return_on_free()247 if let Some(mut info) = self.allocation_info.take() { in drop()