MCPcopy Create free account
hub / github.com/cloud-hypervisor/cloud-hypervisor / allocator

Method allocator

vmm/src/device_manager.rs:4519–4521  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

4517 }
4518
4519 pub fn allocator(&self) -> &Arc<Mutex<SystemAllocator>> {
4520 &self.address_manager.allocator
4521 }
4522
4523 pub fn interrupt_controller(&self) -> Option<Arc<Mutex<dyn InterruptController>>> {
4524 self.interrupt_controller

Callers 1

newMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected