FairRoot/PandaRoot
|
#include <PndCAArray.h>
Public Types | |
enum | { CacheLineSize = 64, MaskedSize = sizeof( T ) & ( CacheLineSize - 1 ), RequiredSize = MaskedSize == 0 ? sizeof( T ) : sizeof( T ) + CacheLineSize - MaskedSize, PaddingSize = RequiredSize - sizeof( T ) } |
Definition at line 80 of file PndCAArray.h.
anonymous enum |
Enumerator | |
---|---|
CacheLineSize | |
MaskedSize | |
RequiredSize | |
PaddingSize |
Definition at line 81 of file PndCAArray.h.