#include <CacheLineStorage.h>
Private Member Functions | |
T data | __attribute__ ((aligned(CACHE_LINE_SIZE))) |
cache_line_storage2 () | |
cache_line_storage2 (const T &d) | |
Private Attributes | |
char | pad [CACHE_LINE_SIZE%sizeof(T)?CACHE_LINE_SIZE-(sizeof(T)%CACHE_LINE_SIZE):0] |
GaloisRuntime::cache_line_storage2< T >::cache_line_storage2 | ( | ) | [inline, private] |
GaloisRuntime::cache_line_storage2< T >::cache_line_storage2 | ( | const T & | d | ) | [inline, explicit, private] |
T data GaloisRuntime::cache_line_storage2< T >::__attribute__ | ( | (aligned(CACHE_LINE_SIZE)) | ) | [private] |
char GaloisRuntime::cache_line_storage2< T >::pad[CACHE_LINE_SIZE%sizeof(T)?CACHE_LINE_SIZE-(sizeof(T)%CACHE_LINE_SIZE):0] [private] |