proxygen
HugePages.h File Reference
#include <sys/stat.h>
#include <sys/types.h>
#include <cstddef>
#include <string>
#include <utility>
#include <vector>
#include <boost/operators.hpp>
#include <folly/Range.h>
#include <folly/experimental/io/FsUtil.h>
#include <folly/portability/Unistd.h>

Go to the source code of this file.

Classes

struct  folly::HugePageSize
 

Namespaces

 folly
 —— Concurrent Priority Queue Implementation ——
 

Typedefs

typedef std::vector< HugePageSize > folly::HugePageSizeVec
 

Functions

bool folly::operator< (const HugePageSize &a, const HugePageSize &b)
 
bool folly::operator== (const HugePageSize &a, const HugePageSize &b)
 
const HugePageSizeVec & folly::getHugePageSizes ()
 
const HugePageSize * folly::getHugePageSize (size_t size)
 
const HugePageSize * folly::getHugePageSizeForDevice (dev_t device)