#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <unistd.h>
#include <sys/mman.h>
#include <map>
Go to the source code of this file.
Classes | |
class | HL::MmapWrapper |
Namespaces | |
namespace | HL |
A thread-wrapper of childlike simplicity :). | |
Defines | |
#define | HL_MMAP_PROTECTION_MASK (PROT_READ | PROT_WRITE) |
#define HL_MMAP_PROTECTION_MASK (PROT_READ | PROT_WRITE) |