NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
FixedPagesAllocator.hpp File Reference
#include <Util/Logger/Logger.hpp>
#include <atomic>
#include <cstddef>
#include <cstring>
#include <sys/mman.h>
Include dependency graph for FixedPagesAllocator.hpp:
This graph shows which files directly or indirectly include this file:

Classes

class  NES::Runtime::FixedPagesAllocator
 

Namespaces

 NES
 This exception represents a network error.
 
 NES::Runtime
 Turn this on to have Thread::current_num_threads_ keep a count of currently-active threads.
 
 NES::Runtime::detail
 

Functions

template<typename T = void>
T * NES::Runtime::detail::allocAligned (size_t size, size_t alignment=16)
 allocates memory that is aligned More...