The <new> header from C++17's standard library. More...
Variables | |
constexpr std::size_t | std::hardware_constructive_interference_size = 64 |
Maximum size of contiguous memory to promote true sharing. More... | |
constexpr std::size_t | std::hardware_destructive_interference_size = 64 |
Minimum offset between two objects to avoid false sharing. More... | |
The <new> header from C++17's standard library.
|
no-apiinlineconstexpr |
Maximum size of contiguous memory to promote true sharing.
|
no-apiinlineconstexpr |
Minimum offset between two objects to avoid false sharing.