ATLAS Offline Software
Loading...
Searching...
No Matches
PageAccessControl.h File Reference
#include <vector>
#include <sys/mman.h>
#include "CxxUtils/procmaps.h"
Include dependency graph for PageAccessControl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PageAccessControl
 FIXME Access to the underlying protect/restore page access. More...
class  PageAccessControl::Entry
 protection of a memory region (see mprotect(2)) More...

Functions

bool operator< (const PageAccessControl::Entry &lhs, const PageAccessControl::Entry &rhs)

Function Documentation

◆ operator<()

bool operator< ( const PageAccessControl::Entry & lhs,
const PageAccessControl::Entry & rhs )
inline

Definition at line 113 of file PageAccessControl.h.

113 {
114 return lhs.addr < rhs.addr;
115}
const void * addr
address of page for which protection was requested. Used as key