#include <BlockWipedAllocator.h>
Public Member Functions | |
virtual | ~BlockWipedPoolAllocated () |
Static Public Member Functions | |
static BlockWipedAllocator & | allocator (size_t s) |
static void | operator delete (void *p, size_t s) |
static void * | operator new (size_t s, void *p) |
static void * | operator new (size_t s) |
static BlockWipedAllocator::Stat | stat (size_t s) |
static void | usePool () |
Static Public Attributes | |
static int | s_alive =0 |
static bool | s_usePool =false |
Definition at line 147 of file BlockWipedAllocator.h.
|
inlinevirtual |
Definition at line 149 of file BlockWipedAllocator.h.
|
static |
Definition at line 164 of file BlockWipedAllocator.cc.
References BlockWipedPool::allocator(), and blockWipedPool().
Referenced by stat().
|
static |
Definition at line 156 of file BlockWipedAllocator.cc.
References cppFunctionSkipper::operator, AlCaHLTBitMon_ParallelJobs::p, and alignCSCRings::s.
|
static |
|
static |
Definition at line 142 of file BlockWipedAllocator.cc.
References cppFunctionSkipper::operator, and alignCSCRings::s.
|
static |
Definition at line 169 of file BlockWipedAllocator.cc.
References allocator(), and BlockWipedAllocator::stat().
|
static |
Definition at line 135 of file BlockWipedAllocator.cc.
References s_alive, and s_usePool.
Referenced by BlockWipedAllocatorService::BlockWipedAllocatorService().
|
static |
Definition at line 151 of file BlockWipedAllocator.h.
Referenced by BlockWipedAllocated< _bqueue_item< T > >::alloc(), BlockWipedAllocated< _bqueue_item< T > >::dealloc(), BlockWipedAllocatorService::dump(), and usePool().
|
static |
Definition at line 167 of file BlockWipedAllocator.h.
Referenced by BlockWipedAllocated< _bqueue_item< T > >::alloc(), BlockWipedAllocated< _bqueue_item< T > >::dealloc(), LocalCache< T >::LocalCache(), and usePool().