|
PatchworkOS
3984a1d
A non-POSIX operating system.
|
#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.
Macros | |
| #define | MMAP_ITER 10000 |
| #define | GETPID_ITER 100000 |
| #define | ERR ((uint64_t)-1) |
Functions | |
| static void | init_generic () |
| static void * | mmap_generic (size_t length) |
| static uint64_t | munmap_generic (void *addr, size_t length) |
| static void | benchmark_mmap (uint64_t pages) |
| int | main () |