|
dispenso 1.4.1
A library for task parallelism
|
#include <platform.h>
Public Member Functions | |
| CacheAligned (T t) | |
A wrapper that aligns the contained value to cache line boundaries.
Useful for avoiding false sharing in concurrent data structures.
| T | The type to wrap with cache line alignment. |
Definition at line 148 of file platform.h.
|
inline |