Searched defs:AllocationInfo (Results 1 – 4 of 4) sorted by relevance
41 pub struct AllocationInfo { struct53 impl AllocationInfo { argument101 alloc_close_notify: Option<mpsc::Sender<AllocationInfo>>, in new()
53 ) -> HashMap<FiveTuple, AllocationInfo> { in get_allocations_info() argument
115 ) -> Result<HashMap<FiveTuple, AllocationInfo>> { in get_allocations_info() argument
401 alloc_close_notify: Option<Sender<AllocationInfo>>, in create_server()