ATLAS Offline Software
Classes | Functions
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
 
class  PageAccessControl::Entry
 

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 }
PageAccessControl::Entry::addr
const void * addr
address of page for which protection was requested. Used as key
Definition: PageAccessControl.h:79