|
MCKL
Monte Carlo Kernel Library
|
Memory allocation using jemalloc. 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 jemalloc.
| Alignment | The alignment of the allocated memory |
Definition at line 232 of file memory.hpp.
|
inlinestatic |
Definition at line 242 of file memory.hpp.
|
inlinestaticnoexcept |
Definition at line 244 of file memory.hpp.
|
inlinestaticnoexcept |
Definition at line 251 of file memory.hpp.
1.8.13