CMS 3D CMS Logo

Classes | Functions

/data/doxygen/doxygen-1.7.3/gen/CMSSW_4_2_8/src/DataFormats/GeometrySurface/interface/BlockWipedAllocator.h File Reference

#include <vector>
#include <list>
#include <map>
#include <algorithm>
#include <boost/bind.hpp>

Go to the source code of this file.

Classes

struct  BlockWipedAllocator::Block
class  BlockWipedAllocated< T >
class  BlockWipedAllocator
class  BlockWipedPool
class  BlockWipedPoolAllocated
struct  LocalCache< T >
struct  BlockWipedAllocator::LocalCache
class  SizeBlockWipedAllocated< T >
struct  BlockWipedAllocator::Stat

Functions

template<size_t S>
BlockWipedAllocatorblockWipedAllocator ()
BlockWipedPoolblockWipedPool ()

Function Documentation

template<size_t S>
BlockWipedAllocator& blockWipedAllocator ( )

Definition at line 132 of file BlockWipedAllocator.h.

References BlockWipedPool::allocator(), and blockWipedPool().

                                            {
  static BlockWipedAllocator & local = blockWipedPool().allocator(S);
  return local;
}
BlockWipedPool& blockWipedPool ( )