|
FairRoot/PandaRoot
|
#include <PndFTSArray.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 PndFTSArray.h.
| anonymous enum |
| Enumerator | |
|---|---|
| CacheLineSize | |
| MaskedSize | |
| RequiredSize | |
| PaddingSize | |
Definition at line 81 of file PndFTSArray.h.
1.8.5