ALP User Documentation 0.7.0
Algebraic Programming User Documentation
|
Implementation-dependent configuration parameters for the nonblocking backend. More...
#include <config.hpp>
Static Public Member Functions | |
static constexpr ALLOC_MODE | defaultAllocMode () |
A private memory segment shall never be accessed by threads other than the thread who allocates it. More... | |
static constexpr ALLOC_MODE | sharedAllocMode () |
For the nonblocking backend, a shared memory-segment should use interleaved alloc so that any thread has uniform access on average. | |
Implementation-dependent configuration parameters for the nonblocking backend.
|
inlinestaticconstexpr |
A private memory segment shall never be accessed by threads other than the thread who allocates it.
Therefore we choose aligned mode here.