![]() |
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 91 of file PndCAArray.h.
| anonymous enum |
| Enumerator | |
|---|---|
| CacheLineSize | |
| MaskedSize | |
| RequiredSize | |
| PaddingSize | |
Definition at line 92 of file PndCAArray.h.