|
STXXL
1.4-dev
|
#include <cstdlib>#include <cassert>#include <stxxl/bits/verbose.h>#include <stxxl/bits/common/utils.h>Go to the source code of this file.
Classes | |
| struct | stxxl::aligned_alloc_settings< MustBeInt > |
Namespaces | |
| stxxl | |
STXXL library namespace | |
Macros | |
| #define | STXXL_VERBOSE_ALIGNED_ALLOC STXXL_VERBOSE2 |
Functions | |
| template<size_t Alignment> | |
| void * | stxxl::aligned_alloc (size_t size, size_t meta_info_size=0) |
| template<size_t Alignment> | |
| void | stxxl::aligned_dealloc (void *ptr) |
| #define STXXL_VERBOSE_ALIGNED_ALLOC STXXL_VERBOSE2 |
Definition at line 23 of file aligned_alloc.h.
Referenced by stxxl::aligned_alloc(), and stxxl::aligned_dealloc().