#include "util/scoped.hh"#include <cstdlib>#include <sys/mman.h>Go to the source code of this file.
Namespaces | |
| namespace | util |
Functions | |
| void * | util::MallocOrThrow (std::size_t requested) |
| void * | util::CallocOrThrow (std::size_t requested) |
| void | util::AdviseHugePages (const void *addr, std::size_t size) |
1.5.9