Home
last modified time | relevance | path

Searched defs:SystemAllocator (Results 1 – 25 of 35) sorted by relevance

12

/external/crosvm/resources/src/
Dsystem_allocator.rs109 pub struct SystemAllocator { struct
125 impl SystemAllocator { argument
/external/crosvm/arch/src/sys/
Dlinux.rs45 resources: &mut SystemAllocator, in add_goldfish_battery()
164 resources: &mut SystemAllocator, in generate_platform_bus()
/external/crosvm/src/crosvm/sys/
Dlinux.rs222 resources: &mut SystemAllocator, in create_virtio_devices()
917 resources: &mut SystemAllocator, in create_devices()
1143 resources: &mut SystemAllocator, in create_mmio_file_backed_mappings()
1225 sys_allocator: &mut SystemAllocator, in create_pure_virtual_pcie_root_port()
2528 sys_allocator: &mut SystemAllocator, in add_hotplug_device()
2659 sys_allocator: &mut SystemAllocator, in add_hotplug_net()
2694 sys_allocator: &mut SystemAllocator, in handle_hotplug_net_command()
2715 sys_allocator: &mut SystemAllocator, in handle_hotplug_net_add()
2748 sys_allocator: &mut SystemAllocator, in handle_hotplug_net_remove()
2761 sys_allocator: &mut SystemAllocator, in remove_hotplug_bridge()
[all …]
/external/crosvm/devices/src/pci/
Dpci_hotplug.rs55 resources: &mut resources::SystemAllocator, in allocate_address()
153 resources: &mut resources::SystemAllocator, in allocate_address()
Dvfio_pci.rs1422 resources: &mut SystemAllocator, in allocate_root_barmem()
1466 resources: &mut SystemAllocator, in allocate_nonroot_barmem()
1626 resources: &mut SystemAllocator, in allocate_address()
1696 resources: &mut SystemAllocator, in allocate_io_bars()
1722 resources: &mut SystemAllocator, in allocate_device_bars()
/external/crosvm/devices/src/pci/pcie/
Dpci_bridge.rs187 resources: &mut SystemAllocator, in finalize_window()
242 resources: &mut SystemAllocator, in allocate_address()
348 resources: &mut SystemAllocator, in configure_bridge_window()
Dpcie_device.rs32 resources: &mut SystemAllocator, in allocate_address()
Dpcie_port.rs228 resources: &mut SystemAllocator, in allocate_address()
768 resources: &mut SystemAllocator, in allocate_address()
/external/crosvm/devices/src/usb/xhci/
Dxhci_controller.rs189 resources: &mut SystemAllocator, in allocate_address()
233 resources: &mut SystemAllocator, in allocate_io_bars()
/external/crosvm/vm_control/src/sys/
Dwindows.rs127 _allocator: &mut SystemAllocator, in prepare_shared_memory_region()
Dlinux.rs188 allocator: &mut SystemAllocator, in prepare_shared_memory_region()
/external/pigweed/pw_malloc/
Dmalloc.cc62 pw::Allocator& SystemAllocator() { in SystemAllocator() function
/external/crosvm/arch/src/
Dlib.rs536 system_allocator: &mut SystemAllocator, in build_vm()
587 resources: &mut SystemAllocator, in register_pci_device()
755 resources: &mut SystemAllocator, in configure_pci_device()
865 resources: &mut SystemAllocator, in generate_pci_topology()
942 resources: &mut SystemAllocator, in assign_pci_addresses()
977 resources: &mut SystemAllocator, in generate_pci_root()
/external/crosvm/riscv64/src/
Dlib.rs215 system_allocator: &mut SystemAllocator, in build_vm()
490 _resources: &mut SystemAllocator, in register_pci_device()
/external/crosvm/devices/src/irqchip/kvm/
Dmod.rs197 _resources: &mut SystemAllocator, in finalize_devices()
/external/crosvm/src/sys/windows/
Dirq_wait.rs60 sys_allocator: Arc<Mutex<SystemAllocator>>, in start()
/external/crosvm/devices/src/irqchip/
Dgunyah.rs148 _resources: &mut resources::SystemAllocator, in finalize_devices()
Dmod.rs243 resources: &mut SystemAllocator, in finalize_devices()
/external/crosvm/src/crosvm/sys/linux/
Ddevice_helpers.rs1334 resources: &mut SystemAllocator, in create_pmem_device()
1454 resources: &mut SystemAllocator, in create_pmem_ext2_device()
1660 resources: &mut SystemAllocator, in create_vfio_device()
1766 resources: &mut SystemAllocator, in setup_virtio_access_platform()
/external/crosvm/devices/src/irqchip/geniezone/
Dmod.rs292 _resources: &mut SystemAllocator, in finalize_devices()
/external/crosvm/devices/src/virtio/
Dvirtio_pci_device.rs731 resources: &mut SystemAllocator, in allocate_address()
775 resources: &mut SystemAllocator, in allocate_io_bars()
795 resources: &mut SystemAllocator, in allocate_device_bars()
Dvirtio_mmio_device.rs366 resources: &mut SystemAllocator, in allocate_regions()
/external/crosvm/src/sys/
Dwindows.rs873 sys_allocator_mutex: &Arc<Mutex<SystemAllocator>>, in handle_readable_event()
1146 sys_allocator_mutex: Arc<Mutex<SystemAllocator>>, in vm_memory_handler_thread()
1262 sys_allocator: SystemAllocator, in run_control()
/external/crosvm/devices/src/platform/
Dvfio_platform.rs161 resources: &mut SystemAllocator, in allocate_regions()
/external/cronet/tot/base/allocator/partition_allocator/src/partition_alloc/
Dpartition_alloc_perftest.cc88 class SystemAllocator : public Allocator { class

12