SeqAn3 3.3.0
The Modern C++ library for sequence analysis.
|
The <new> header from C++17's standard library. More...
#include <new>
Namespaces | |
namespace | std |
SeqAn specific customisations in the standard namespace. | |
Variables | |
constexpr std::size_t | std::hardware_constructive_interference_size = 64 |
Maximum size of contiguous memory to promote true sharing. | |
constexpr std::size_t | std::hardware_destructive_interference_size = 64 |
Minimum offset between two objects to avoid false sharing. | |
The <new> header from C++17's standard library.