Home
last modified time | relevance | path

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

/linux/rust/kernel/alloc/
H A Dkvec.rs1580 let capacity_before = v.capacity(); in test_kvvec_shrink_to_no_op() localVariable
1583 v.shrink_to(capacity_before + 100, GFP_KERNEL).unwrap(); in test_kvvec_shrink_to_no_op()
1585 assert_eq!(v.capacity(), capacity_before); in test_kvvec_shrink_to_no_op()