Searched refs:handle_map_function_ref (Results 1 – 1 of 1) sorted by relevance
91 let handle_map_function_ref = Arc::new(handle_map); in test_overload_with_allocations() localVariable92 let handle_map_post_function_ref = handle_map_function_ref.clone(); in test_overload_with_allocations()95 handle_map_function_ref.allocate(|| 0xFF); in test_overload_with_allocations()115 let handle_map_function_ref = Arc::new(handle_map); in test_overload_allocations_deallocations() localVariable116 let handle_map_post_function_ref = handle_map_function_ref.clone(); in test_overload_allocations_deallocations()119 let allocation_result = handle_map_function_ref.allocate(|| 0xFF); in test_overload_allocations_deallocations()121 let _ = handle_map_function_ref.deallocate(handle).unwrap(); in test_overload_allocations_deallocations()