Home
last modified time | relevance | path

Searched defs:custom_slab (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/sharded-slab/src/tests/
Dcustom_config.rs43 let custom_slab = Slab::<u64, _>::new_with_config::<CustomConfig>(); in insert_remove() localVariable
63 let custom_slab = Slab::<u64, _>::new_with_config::<CustomConfig>(); in double_get() localVariable