#include "DataFormats/GeometrySurface/interface/BlockWipedAllocator.h"
#include "FWCore/Utilities/interface/Likely.h"
#include <typeinfo>
#include <iostream>
#include "DataFormats/GeometrySurface/interface/ReferenceCounted.h"
Go to the source code of this file.
Classes | |
struct | AQ |
Functions | |
BlockWipedPool & | blockWipedPool (BlockWipedPool *p) |
BlockWipedPool& blockWipedPool | ( | BlockWipedPool * | p | ) |
Definition at line 125 of file BlockWipedAllocator.cc.
References AlCaHLTBitMon_ParallelJobs::p.
Referenced by BlockWipedAllocated< _bqueue_item< T > >::allocator(), BlockWipedPoolAllocated::allocator(), blockWipedAllocator(), BlockWipedAllocatorService::BlockWipedAllocatorService(), BlockWipedAllocatorService::dump(), BlockWipedAllocatorService::preModule(), and BlockWipedAllocatorService::wiper().
{ static BlockWipedPool * local=0; if (p!=0) local=p; return *local; }