#include #include namespace DB { /// Find the address and size of the mapped memory region pointed by ptr. /// Throw exception if not found. std::pair getMappedArea(void * ptr); }