![]() |
ATLAS Offline Software
|
#include <algorithm>#include <sys/mman.h>#include "CxxUtils/PageAccessControl.h"#include "CxxUtils/page_access.h"#include "CxxUtils/checker_macros.h"#include <iostream>Go to the source code of this file.
Macros | |
| #define | DEBUG 1 |
Functions | |
| const void * | page_address (const void *addr) |
| void * | next_page_address (void *addr) |
| #define DEBUG 1 |
Definition at line 5 of file PageAccessControl.cxx.
| void * athena::next_page_address | ( | void * | addr | ) |
Definition at line 17 of file page_access.cxx.
| const void * athena::page_address | ( | const void * | addr | ) |
Definition at line 11 of file page_access.cxx.