class BlockingPortAllocator
Defined at line 20 of file ../../zircon/kernel/hypervisor/include/hypervisor/trap_map.h
Blocks on allocation if the arena is empty.
Public Methods
void BlockingPortAllocator ()
Defined at line 41 of file ../../zircon/kernel/hypervisor/trap_map.cc
zx::result<> Init ()
Defined at line 43 of file ../../zircon/kernel/hypervisor/trap_map.cc
PortPacket * AllocBlocking ()
Defined at line 48 of file ../../zircon/kernel/hypervisor/trap_map.cc
void Free (PortPacket * port_packet)
Defined at line 62 of file ../../zircon/kernel/hypervisor/trap_map.cc