RetroArch
Macros | Functions
memmap.h File Reference
#include <stdio.h>
#include <stdint.h>
#include <sys/mman.h>
Include dependency graph for memmap.h:
This graph shows which files directly or indirectly include this file:

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)
 

Macro Definition Documentation

◆ HAVE_MMAN

#define HAVE_MMAN

Function Documentation

◆ memprotect()

int memprotect ( void addr,
size_t  len 
)
Here is the call graph for this function:

◆ memsync()

int memsync ( void start,
void end 
)
Here is the call graph for this function: