#include <HitStructures.h>
Public Types | |
typedef T | value_type |
Public Member Functions | |
T * | allocate (std::size_t n) |
CcAlloc (CcPool< T > *p) | |
void | deallocate (T *p, std::size_t n) noexcept |
const void * | pool_id () const |
Private Attributes | |
CcPool< T > * | m_pool |
Definition at line 365 of file HitStructures.h.
typedef T mkfit::CcAlloc< T >::value_type |
Definition at line 367 of file HitStructures.h.
|
inline |
Definition at line 369 of file HitStructures.h.
|
inline |
|
inlinenoexcept |
Definition at line 375 of file HitStructures.h.
References mkfit::CcAlloc< T >::m_pool, dqmiodumpmetadata::n, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
Definition at line 371 of file HitStructures.h.
References mkfit::CcAlloc< T >::m_pool.
Referenced by mkfit::operator==().
|
private |
Definition at line 378 of file HitStructures.h.
Referenced by mkfit::CcAlloc< T >::allocate(), mkfit::CcAlloc< T >::deallocate(), and mkfit::CcAlloc< T >::pool_id().