|
Squid Web Cache master
|
Public Types | |
| typedef RefCount< DelayIdComposite > | Pointer |
Public Member Functions | |
| void * | operator new (size_t byteCount) |
| void | operator delete (void *address) |
| Id (RefCount< VectorPool >, int) | |
| int | bytesWanted (int min, int max) const override |
| void | bytesIn (int qty) override |
| virtual void | delayRead (const AsyncCallPointer &) |
Static Public Member Functions | |
| static int | UseCount () |
Static Private Member Functions | |
| static Mem::AllocatorProxy & | Pool () |
Private Attributes | |
| RefCount< VectorPool > | theVector |
| int | theIndex |
Definition at line 136 of file delay_pools.cc.
|
inherited |
Definition at line 23 of file DelayIdComposite.h.
| VectorPool::Id::Id | ( | RefCount< VectorPool > | aPool, |
| int | anIndex | ||
| ) |
Definition at line 714 of file delay_pools.cc.
|
overridevirtual |
Implements DelayIdComposite.
Definition at line 724 of file delay_pools.cc.
Implements DelayIdComposite.
Definition at line 718 of file delay_pools.cc.
|
inlinevirtualinherited |
Reimplemented in Aggregate::AggregateId, DelayTagged::Id, and DelayVector::Id.
Definition at line 29 of file DelayIdComposite.h.
References fatal().
Referenced by DelayId::delayRead().
|
inline |
Definition at line 138 of file delay_pools.cc.
|
inline |
Definition at line 138 of file delay_pools.cc.
|
inlinestaticprivate |
Definition at line 138 of file delay_pools.cc.
|
inlinestatic |
Definition at line 138 of file delay_pools.cc.
|
private |
Definition at line 147 of file delay_pools.cc.
|
private |
Definition at line 146 of file delay_pools.cc.