Home
last modified time | relevance | path

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

/webrtc/turn/src/allocation/
H A Dmod.rs37 pub type AllocationMap = Arc<Mutex<HashMap<FiveTuple, Arc<Allocation>>>>; typedef
80 pub(crate) allocations: Option<AllocationMap>,
H A Dallocation_manager.rs22 allocations: AllocationMap,