• Home
  • Raw
  • Download

Lines Matching defs:pool

489         let mut pool = AddressAllocator::new(  in example()  localVariable
524 let mut pool = AddressAllocator::new_from_list(Vec::new(), None, None).unwrap(); in empty_allocator() localVariable
560 let mut pool = AddressAllocator::new( in allocate_fails_exising_alloc() localVariable
581 let mut pool = AddressAllocator::new( in allocate_fails_not_enough_space() localVariable
606 let mut pool = AddressAllocator::new( in allocate_with_special_alignment() localVariable
638 let mut pool = AddressAllocator::new( in allocate_and_split_allocate_at() localVariable
737 let mut pool = AddressAllocator::new( in allocate_alignment() localVariable
758 let mut pool = AddressAllocator::new( in allocate_retrieve_alloc() localVariable
785 let mut pool = AddressAllocator::new( in allocate_with_alignment_allocator_alignment() localVariable
806 let mut pool = AddressAllocator::new( in allocate_with_alignment_custom_alignment() localVariable
827 let mut pool = AddressAllocator::new( in allocate_with_alignment_no_allocator_alignment() localVariable
848 let mut pool = AddressAllocator::new( in allocate_with_alignment_alignment_non_power_of_two() localVariable
864 let mut pool = AddressAllocator::new( in allocate_with_release() localVariable
886 let mut pool = AddressAllocator::new( in coalescing_and_overlap() localVariable
933 let mut pool = AddressAllocator::new( in coalescing_single_addresses() localVariable
974 let mut pool = AddressAllocator::new( in coalescing_u64_limits() localVariable
1000 let mut pool = AddressAllocator::new( in coalescing_u64_limits() localVariable
1019 let mut pool = AddressAllocator::new( in allocate_and_verify_pci_offset() localVariable
1102 let pool = AddressAllocator::new_from_list(ranges.into_iter(), None, None).unwrap(); in get_max_address_of_ranges() localVariable