SeqAn3  3.0.2
The Modern C++ library for sequence analysis.
new File Reference

Provides C++17/20 additions to the <new> header, if they are not already available. More...

#include <new>
+ Include dependency graph for new:
+ This graph shows which files directly or indirectly include this file:

Namespaces

 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. More...
 
constexpr std::size_t std::hardware_destructive_interference_size = 64
 Minimum offset between two objects to avoid false sharing. More...
 

Detailed Description

Provides C++17/20 additions to the <new> header, if they are not already available.

Author
Rene Rahn <rene.rahn AT fu-berlin.de>