Home
last modified time | relevance | path

Searched refs:into_allocation (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/hashbrown/src/external_trait_impls/rayon/
Draw.rs99 let _guard = guard(self.table.into_allocation(), |alloc| { in drive_unindexed()
/external/rust/crates/hashbrown/src/raw/
Dmod.rs1093 let allocation = self.into_allocation(); in into_iter_from()
1105 pub(crate) fn into_allocation(self) -> Option<(NonNull<u8>, Layout)> { in into_allocation() method