9#ifndef LLDB_HOST_MEMORYMONITOR_H
10#define LLDB_HOST_MEMORYMONITOR_H
MemoryMonitor(const MemoryMonitor &)=delete
MemoryMonitor is not copyable.
MemoryMonitor(Callback callback)
static std::unique_ptr< MemoryMonitor > Create(Callback callback)
virtual ~MemoryMonitor()=default
MemoryMonitor & operator=(const MemoryMonitor &)=delete
std::function< void()> Callback
A class that represents a running process on the host machine.