RetroArch
|
#include <stdio.h>
#include <stdint.h>
#include <sys/mman.h>
Go to the source code of this file.
Macros | |
#define | HAVE_MMAN |
Functions | |
int | memsync (void *start, void *end) |
int | memprotect (void *addr, size_t len) |
#define HAVE_MMAN |
int memprotect | ( | void * | addr, |
size_t | len | ||
) |