Searched defs:allocation_manager (Results 1 – 4 of 4) sorted by relevance
63 let allocation_manager = Arc::new(Manager::new(ManagerConfig { in new() localVariable157 let allocation_manager = Arc::clone(&allocation_manager); in read_loop() localVariable
56 pub allocation_manager: Arc<Manager>, field
65 let allocation_manager = Arc::new(Manager::new(ManagerConfig { in test_allocation_lifetime_deletion_zero_lifetime() localVariable
4 pub mod allocation_manager; module