Searched defs:AllocationInfo (Results 1 – 2 of 2) sorted by relevance
27 pub(crate) struct AllocationInfo { struct29 pub(crate) offsets: Option<Range<usize>>,32 pub(crate) target_node: Option<NodeRef>,57 allocation_info: Option<AllocationInfo>, argument139 pub(crate) fn set_info(&mut self, info: AllocationInfo) { in set_info()143 pub(crate) fn get_or_init_info(&mut self) -> &mut AllocationInfo { in get_or_init_info()
1105 pub(crate) fn buffer_make_freeable(&self, offset: usize, mut data: Option<AllocationInfo>) { in buffer_make_freeable()