Thrill  0.1
aligned_alloc.hpp File Reference
#include <cassert>
#include <cstdlib>
#include <tlx/logger/core.hpp>
#include <foxxll/common/utils.hpp>
+ Include dependency graph for aligned_alloc.hpp:
+ This graph shows which files directly or indirectly include this file:

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