Sux
|
#include "../support/common.hpp"
#include "Expandable.hpp"
#include <assert.h>
#include <iostream>
#include <string>
#include <sys/mman.h>
Go to the source code of this file.
Classes | |
class | sux::util::Vector< T, AT > |
Namespaces | |
sux | |
sux::util | |
Macros | |
#define | MAP_HUGETLB 0 |
#define | MADV_HUGEPAGE 0 |
Enumerations | |
enum | sux::util::AllocType { sux::util::MALLOC, sux::util::SMALLPAGE, sux::util::TRANSHUGEPAGE, sux::util::FORCEHUGEPAGE } |
#define MADV_HUGEPAGE 0 |
#define MAP_HUGETLB 0 |