Searched refs:into_allocation (Results 1 – 2 of 2) sorted by relevance
99 let _guard = guard(self.table.into_allocation(), |alloc| { in drive_unindexed()
1093 let allocation = self.into_allocation(); in into_iter_from()1105 pub(crate) fn into_allocation(self) -> Option<(NonNull<u8>, Layout)> { in into_allocation() method