void allocate(Addr blk_addr, unsigned blk_size, PacketPtr pkt, Tick when_ready, Counter _order)
Allocate a miss to this entry.
WriteQueueEntry * allocate(Addr blk_addr, unsigned blk_size, PacketPtr pkt, Tick when_ready, Counter order)
Allocates a new WriteQueueEntry for the request and size.
Iterator readyIter
Pointer to this entry on the ready list.
int getNumTargets() const
Returns the current number of allocated targets.
Iterator allocIter
Pointer to this entry on the allocated list.