PoolMalloc.cc
Go to the documentation of this file.
MemPoolMalloc(char const *label, size_t aSize)
Definition: PoolMalloc.cc:79
const size_t objectSize
the size (in bytes) of objects managed by this allocator
Definition: Allocator.h:112
int getInUseCount() const
the difference between the number of alloc() and freeOne() calls
Definition: Allocator.h:59
size_t countSavedAllocs
the number of malloc()/calloc() calls avoided since last flush
Definition: Allocator.h:101
Definition: Stats.h:18
class Ping::pingStats_ stats