The size of the inline storage of an RVec.
Our policy is to allocate at least 8 elements (or more if they all fit into one cacheline) unless the size of the buffer with 8 elements would be over a certain maximum size.
Static Public Attributes | |
static constexpr unsigned | value |
Static Private Attributes | |
static constexpr std::size_t | cacheLineSize = 64 |
static constexpr unsigned | elementsPerCacheLine = (cacheLineSize - sizeof(SmallVectorBase)) / sizeof(T) |
static constexpr unsigned | maxInlineByteSize = 1024 |
#include <ROOT/RVec.hxx>
|
staticconstexprprivate |
|
staticconstexprprivate |
|
staticconstexprprivate |
|
staticconstexpr |