|
MCKL
Monte Carlo Kernel Library
|
Memory allocation using Intel TBB. More...
#include <mckl/core/memory.hpp>
Static Public Member Functions | |
| static constexpr std::size_t | alignment () |
| static void * | allocate (std::size_t n, const void *=nullptr) noexcept |
| static void | deallocate (void *ptr, std::size_t=0) noexcept |
Memory allocation using Intel TBB.
| Alignment | The alignment of the allocated memory |
Definition at line 268 of file memory.hpp.
|
inlinestatic |
Definition at line 278 of file memory.hpp.
|
inlinestaticnoexcept |
Definition at line 280 of file memory.hpp.
|
inlinestaticnoexcept |
Definition at line 287 of file memory.hpp.
1.8.13