#include "DataFormats/GeometrySurface/interface/BlockWipedAllocator.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& blockWipedPool | ( | ) |
Definition at line 102 of file BlockWipedAllocator.cc.
Referenced by BlockWipedAllocated< T >::allocator(), BlockWipedPoolAllocated::allocator(), blockWipedAllocator(), BlockWipedAllocatorService::dump(), and BlockWipedAllocatorService::wiper().
{ static BlockWipedPool local(1024); return local; }