4 #ifndef RUDIMENTS_MEMORYMAP_H 5 #define RUDIMENTS_MEMORYMAP_H 7 #include <rudiments/private/memorymapincludes.h> 56 bool attach(int32_t fd, off64_t offset,
size_t len,
57 int32_t protection, int32_t flags);
85 bool sync(
bool immediate,
bool invalidate);
101 bool sync(off64_t offset,
size_t len,
102 bool immediate,
bool invalidate);
107 static bool supported();
109 #include <rudiments/private/memorymap.h> Definition: memorymap.h:11