GaloisRuntime::cache_line_storage< T > Struct Template Reference
#include <CacheLineStorage.h>
List of all members.
Public Member Functions |
T data | __attribute__ ((aligned(CACHE_LINE_SIZE))) |
| cache_line_storage () |
Public Attributes |
char | pad [CACHE_LINE_SIZE%sizeof(T)?CACHE_LINE_SIZE-(sizeof(T)%CACHE_LINE_SIZE):0] |
template<typename T>
struct GaloisRuntime::cache_line_storage< T >
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this struct was generated from the following file: