#include <TrackStructures.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 134 of file TrackStructures.h.
typedef T mkfit::CcAlloc< T >::value_type |
Definition at line 136 of file TrackStructures.h.
|
inline |
Definition at line 138 of file TrackStructures.h.
|
inline |
Definition at line 142 of file TrackStructures.h.
References mkfit::CcAlloc< T >::m_pool, and dqmiodumpmetadata::n.
|
inlinenoexcept |
Definition at line 144 of file TrackStructures.h.
References mkfit::CcAlloc< T >::m_pool, dqmiodumpmetadata::n, and AlCaHLTBitMon_ParallelJobs::p.
|
inline |
|
private |
Definition at line 147 of file TrackStructures.h.
Referenced by mkfit::CcAlloc< T >::allocate(), mkfit::CcAlloc< T >::deallocate(), and mkfit::CcAlloc< T >::pool_id().