|
ATLAS Offline Software
|
Go to the documentation of this file.
7 #ifndef CXXUTILS_PTRACCESSSEGVHANDLER_H
8 #define CXXUTILS_PTRACCESSSEGVHANDLER_H 1
accessed_t::const_iterator const_iterator
PtrAccessSEGVHandler(PageAccessControl &pac, size_t reservedSize=65535)
const_iterator endAccessedPtrs() const
PageAccessControl & m_pac
used to restore protection of the page which segfaulted
void handle(int signal_number, siginfo_t *sigi, void *unused)
the actual signal handler
const accessed_t & accessedPtrs() const
const_iterator beginAccessedPtrs() const
std::vector< void * > accessed_t
the list of accessed pointers
accessed_t m_accessed
the addresses accessed since last reset