Searched defs:Allocation (Results 1 – 3 of 3) sorted by relevance
71 pub struct Allocation { struct80 pub(crate) allocations: Option<AllocationMap>, argument86 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, argument93 impl Allocation { argument
76 pub async fn get_allocation(&self, five_tuple: &FiveTuple) -> Option<Arc<Allocation>> { in get_allocation()89 ) -> Result<Arc<Allocation>> { in create_allocation()
10 async fn create_channel_bind(lifetime: Duration) -> Result<Allocation> { in create_channel_bind()