|
Squid Web Cache master
|
#include <AllocatorProxy.h>
Public Member Functions | |
| AllocatorProxy (char const *aLabel, size_t const &aSize, bool doZeroBlocks=true) | |
| void * | alloc () |
| Allocate one element from the pool. | |
| void | freeOne (void *) |
| Free a element allocated by Mem::AllocatorProxy::alloc() | |
| int | inUseCount () const |
| size_t | objectSize () const |
| char const * | objectType () const |
| PoolMeter const & | getMeter () const |
| size_t | getStats (PoolStats &stats) |
| void | zeroBlocks (bool doIt) |
| void | relabel (const char *const aLabel) |
Private Member Functions | |
| Allocator * | getAllocator () const |
Private Attributes | |
| const char * | label |
| size_t | size |
| Allocator * | theAllocator |
| bool | doZero |
Support late binding of pool type for allocator agnostic classes
Definition at line 55 of file AllocatorProxy.h.
|
inline |
Definition at line 58 of file AllocatorProxy.h.
| void * Mem::AllocatorProxy::alloc | ( | ) |
Definition at line 16 of file AllocatorProxy.cc.
References Mem::Allocator::alloc(), and getAllocator().
| void Mem::AllocatorProxy::freeOne | ( | void * | address | ) |
Definition at line 22 of file AllocatorProxy.cc.
|
private |
Definition at line 31 of file AllocatorProxy.cc.
References MemPools::create(), MemPools::GetInstance(), size, and Mem::Allocator::zeroBlocks().
Referenced by alloc().
| Mem::PoolMeter const & Mem::AllocatorProxy::getMeter | ( | ) | const |
Definition at line 63 of file AllocatorProxy.cc.
| stats | Object to be filled with statistical data about pool. |
| Number | of objects in use, ie. allocated. |
Definition at line 69 of file AllocatorProxy.cc.
| int Mem::AllocatorProxy::inUseCount | ( | ) | const |
Definition at line 41 of file AllocatorProxy.cc.
|
inline |
Definition at line 72 of file AllocatorProxy.h.
References size.
|
inline |
Definition at line 73 of file AllocatorProxy.h.
References label.
| void Mem::AllocatorProxy::relabel | ( | const char *const | aLabel | ) |
change the allocator description if we were only able to provide an approximate description at object construction time
Definition at line 56 of file AllocatorProxy.cc.
| void Mem::AllocatorProxy::zeroBlocks | ( | bool | doIt | ) |
Definition at line 50 of file AllocatorProxy.cc.
|
private |
Definition at line 94 of file AllocatorProxy.h.
|
private |
Definition at line 91 of file AllocatorProxy.h.
Referenced by objectType().
|
private |
Definition at line 92 of file AllocatorProxy.h.
Referenced by objectSize().
|
mutableprivate |
Definition at line 93 of file AllocatorProxy.h.