ATLAS Offline Software
Namespaces | Functions | Variables
page_access.cxx File Reference
#include "CxxUtils/page_access.h"
#include <unistd.h>
#include <limits.h>
Include dependency graph for page_access.cxx:

Go to the source code of this file.

Namespaces

 athena
 

Functions

const void * athena::page_address (const void *addr)
 
void * athena::page_address (void *addr)
 
void * athena::next_page_address (void *addr)
 
int athena::page_protect (void *addr, int prot)
 

Variables

const size_t athena::PAGESIZE = sysconf(_SC_PAGE_SIZE)