Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/beto-rust/common/handle_map/src/
Dtests.rs92 let handle_map_post_function_ref = handle_map_function_ref.clone(); in test_overload_with_allocations() localVariable
99 let actual_num_active_handles = handle_map_post_function_ref.get_current_allocation_count(); in test_overload_with_allocations()
116 let handle_map_post_function_ref = handle_map_function_ref.clone(); in test_overload_allocations_deallocations() localVariable
129 let actual_num_active_handles = handle_map_post_function_ref.get_current_allocation_count(); in test_overload_allocations_deallocations()
133 let _ = handle_map_post_function_ref.allocate(|| 0xEE).unwrap(); in test_overload_allocations_deallocations()