struct PortPacketCacheAllocator

Defined at line 52 of file ../../zircon/kernel/object/port_dispatcher.cc

Implements the PortAllocator interface and trivially forwards to the

ObjectCache allocator for PortPackets defined below.

Public Methods

void ~PortPacketCacheAllocator ()

Defined at line 53 of file ../../zircon/kernel/object/port_dispatcher.cc

PortPacket * Alloc ()

Defined at line 88 of file ../../zircon/kernel/object/port_dispatcher.cc

void Free (PortPacket * port_packet)

Defined at line 99 of file ../../zircon/kernel/object/port_dispatcher.cc