Searched refs:required_mem_allocator_len (Results 1 – 1 of 1) sorted by relevance
361 let required_mem_allocator_len = FamStructWrapper::<T>::mem_allocator_len(desired_capacity) in reserve() localVariable363 let additional_mem_allocator_len = required_mem_allocator_len - current_mem_allocator_len; in reserve()403 let required_mem_allocator_len = in set_len() localVariable408 self.mem_allocator.set_len(required_mem_allocator_len); in set_len()411 for i in current_mem_allocator_len..required_mem_allocator_len { in set_len()851 let required_mem_allocator_len = pair.1; in test_reserve() localVariable855 assert!(adapter.mem_allocator.capacity() >= required_mem_allocator_len); in test_reserve()