|
PCB Environment 2
|
#include <cstddef>#include <cstdlib>#include <memory>#include <cstring>#include <new>#include <stdexcept>#include <sys/mman.h>#include <unistd.h>#include <vector>Go to the source code of this file.
Data Structures | |
| struct | AlignedTHPAllocator< T > |
Functions | |
| template<typename T, typename U> | |
| bool | operator== (const AlignedTHPAllocator< T > &, const AlignedTHPAllocator< U > &) |
| template<typename T, typename U> | |
| bool | operator!= (const AlignedTHPAllocator< T > &, const AlignedTHPAllocator< U > &) |
Variables | |
| constexpr std::size_t | hugepage_size = 2 * 1024 * 1024 |
| bool operator!= | ( | const AlignedTHPAllocator< T > & | , |
| const AlignedTHPAllocator< U > & | ) |
| bool operator== | ( | const AlignedTHPAllocator< T > & | , |
| const AlignedTHPAllocator< U > & | ) |
|
constexpr |