GraphLab: Distributed Graph-Parallel API  2.1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
graphlab::cache_line_pad< T > Struct Template Reference

#include <graphlab/parallel/cache_line_pad.hpp>

List of all members.

Public Member Functions

 cache_line_pad (const T &value=T())
T & operator= (const T &other)
 operator T () const

Public Attributes

value
char pad [64-(sizeof(T)%64)]

Detailed Description

template<typename T>
struct graphlab::cache_line_pad< T >

Used to prevent false cache sharing by padding T

Definition at line 43 of file cache_line_pad.hpp.


The documentation for this struct was generated from the following file: