Stxxl
1.4.0
|
#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< must_be_int > |
Namespaces | |
namespace | stxxl |
| |
Defines | |
#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 24 of file aligned_alloc.h.
Referenced by stxxl::aligned_alloc(), and stxxl::aligned_dealloc().