|
GraphLab: Distributed Graph-Parallel API
2.1
|
#include <graphlab/parallel/cache_line_pad.hpp>
Public Member Functions | |
| cache_line_pad (const T &value=T()) | |
| T & | operator= (const T &other) |
| operator T () const | |
Public Attributes | |
| T | value |
| char | pad [64-(sizeof(T)%64)] |
Used to prevent false cache sharing by padding T
Definition at line 43 of file cache_line_pad.hpp.