Thrill
0.1
|
#include <cassert>
#include <cstdlib>
#include <tlx/logger/core.hpp>
#include <foxxll/common/utils.hpp>
Go to the source code of this file.
Classes | |
struct | aligned_alloc_settings< MustBeInt > |
Namespaces | |
foxxll | |
FOXXLL library namespace | |
Functions | |
template<size_t Alignment> | |
void * | aligned_alloc (size_t size, size_t meta_info_size=0) |
template<size_t Alignment> | |
void | aligned_dealloc (void *ptr) |
Variables | |
constexpr bool | debug_aligned_alloc = false |