ATLAS Offline Software
|
#include <cstdio>
#include <sys/mman.h>
Go to the source code of this file.
Namespaces | |
athena | |
Macros | |
#define | DEBUG 1 |
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) |
template<typename T > | |
size_t | athena::page_protect (T *addr, int prot) |
protect page containing addr, from page boundary to addr+sizeof(T). More... | |
#define DEBUG 1 |
Definition at line 12 of file page_access.h.