|
MCKL
Monte Carlo Kernel Library
|
Memory allocation using the standard library. 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 the standard library.
| Alignment | The alignment of the allocated memory |
Definition at line 136 of file memory.hpp.
|
inlinestatic |
Definition at line 146 of file memory.hpp.
|
inlinestaticnoexcept |
Definition at line 148 of file memory.hpp.
|
inlinestaticnoexcept |
Definition at line 170 of file memory.hpp.
1.8.13