class FakeAllocation
Defined at line 24 of file ../../src/devices/bus/drivers/pci/test/fakes/fake_allocator.h
Normally we would track the allocations and assert on issues during
cleanup, but presently with an IsolatedDevmgr we don't have a way
to cleanly tear down the FakeBusDriver, so no dtors on anything
will be called anyway.
Public Methods
void FakeAllocation (pci_address_space_t type, std::optional<zx_paddr_t> base, size_t size)
Defined at line 26 of file ../../src/devices/bus/drivers/pci/test/fakes/fake_allocator.h
zx_paddr_t base ()
Defined at line 32 of file ../../src/devices/bus/drivers/pci/test/fakes/fake_allocator.h
size_t size ()
Defined at line 33 of file ../../src/devices/bus/drivers/pci/test/fakes/fake_allocator.h
zx::result<zx::vmo> CreateVmo ()
Defined at line 34 of file ../../src/devices/bus/drivers/pci/test/fakes/fake_allocator.h
zx::result<zx::resource> CreateResource ()
Defined at line 43 of file ../../src/devices/bus/drivers/pci/test/fakes/fake_allocator.h