#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <fcntl.h>
#include <sys/mman.h>
#include <unistd.h>
Go to the source code of this file.
◆ MMAP_ITER
Definition at line 6 of file main.c.
◆ GETPID_ITER
| #define GETPID_ITER 100000 |
Definition at line 7 of file main.c.
◆ ERR
◆ init_generic()
| static void init_generic |
( |
| ) |
|
|
static |
◆ mmap_generic()
| static void * mmap_generic |
( |
size_t |
length | ) |
|
|
static |
◆ munmap_generic()
◆ benchmark_mmap()
| static void benchmark_mmap |
( |
uint64_t |
pages | ) |
|
|
static |
◆ main()