#include <sys/mman.h>
#include <sys/stat.h>
#include <sys/types.h>
#include <errno.h>
#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "mmap.h"
#include <messages/messages.h>
Go to the source code of this file.
◆ DEFAULT_PAGESIZE
#define DEFAULT_PAGESIZE 4096; |
◆ hpcrun_align_pagesize()
static size_t hpcrun_align_pagesize |
( |
size_t |
size | ) |
|
|
inlinestatic |
◆ hpcrun_mmap_anon()
void* hpcrun_mmap_anon |
( |
size_t |
size | ) |
|
◆ hpcrun_mmap_init()
void hpcrun_mmap_init |
( |
void |
| ) |
|
◆ pagesize