struct PortPacketCacheAllocator

Defined at line 49 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 50 of file ../../zircon/kernel/object/port_dispatcher.cc

PortPacket * Alloc ()

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

void Free (PortPacket * port_packet)

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