<areahref="classcrashpad_1_1internal_1_1MemorySnapshotLinux.html"title="A MemorySnapshot of a memory region in a process on the running system, when the system runs Linux..."alt="crashpad::internal::MemorySnapshotLinux"shape="rect"coords="0,56,247,80"/>
<areahref="classcrashpad_1_1internal_1_1MemorySnapshotMac.html"title="A MemorySnapshot of a memory region in a process on the running system, when the system runs macOS..."alt="crashpad::internal::MemorySnapshotMac"shape="rect"coords="257,56,504,80"/>
<areahref="classcrashpad_1_1internal_1_1MemorySnapshotWin.html"title="A MemorySnapshot of a memory region in a process on the running system, when the system runs Windows..."alt="crashpad::internal::MemorySnapshotWin"shape="rect"coords="514,56,761,80"/>
<areahref="classcrashpad_1_1test_1_1TestMemorySnapshot.html"title="A test MemorySnapshot that can carry arbitrary data for testing purposes. "alt="crashpad::test::TestMemorySnapshot"shape="rect"coords="771,56,1018,80"/>
<trclass="memdesc:"><tdclass="mdescLeft"> </td><tdclass="mdescRight">An interface that <aclass="el"href="classcrashpad_1_1MemorySnapshot.html"title="An abstract interface to a snapshot representing a region of memory present in a snapshot process...">MemorySnapshot</a> clients must implement in order to receive memory snapshot data. <ahref="classcrashpad_1_1MemorySnapshot_1_1Delegate.html#details">More...</a><br/></td></tr>
<trclass="memdesc:adad6b8e7382be5027a324d8dfa8612a0"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The base address of the memory snapshot in the snapshot process’ address space. <br/></td></tr>
<trclass="memdesc:ac94668a2a24a64c3e60efd8c30e09afd"><tdclass="mdescLeft"> </td><tdclass="mdescRight">The size of the memory snapshot. <br/></td></tr>
<trclass="memdesc:ad7bd3e85268e7b8d9d78e03be977ee52"><tdclass="mdescLeft"> </td><tdclass="mdescRight">Calls <aclass="el"href="classcrashpad_1_1MemorySnapshot_1_1Delegate.html#a844f77076dc607ce0cd8946aea75f73b"title="Called by MemorySnapshot::Read() to provide data requested by a call to that method. ">Delegate::MemorySnapshotDelegateRead()</a>, providing it with the memory snapshot’s data. <ahref="#ad7bd3e85268e7b8d9d78e03be977ee52">More...</a><br/></td></tr>
<p>Calls <aclass="el"href="classcrashpad_1_1MemorySnapshot_1_1Delegate.html#a844f77076dc607ce0cd8946aea75f73b"title="Called by MemorySnapshot::Read() to provide data requested by a call to that method. ">Delegate::MemorySnapshotDelegateRead()</a>, providing it with the memory snapshot’s data. </p>
<p>Implementations do not necessarily read the memory snapshot data prior to this method being called. Memory snapshot data may be loaded lazily and may be discarded after being passed to the delegate. This provides clean memory management without burdening a snapshot implementation with the requirement that it track all memory region data simultaneously.</p>
<dlclass="section return"><dt>Returns</dt><dd><code>false</code> on failure, otherwise, the return value of <aclass="el"href="classcrashpad_1_1MemorySnapshot_1_1Delegate.html#a844f77076dc607ce0cd8946aea75f73b"title="Called by MemorySnapshot::Read() to provide data requested by a call to that method. ">Delegate::MemorySnapshotDelegateRead()</a>, which should be <code>true</code> on success and <code>false</code> on failure. </dd></dl>
<p>Implemented in <aclass="el"href="classcrashpad_1_1internal_1_1MemorySnapshotLinux.html#a34fd899678af941adce11028402c707b">crashpad::internal::MemorySnapshotLinux</a>, <aclass="el"href="classcrashpad_1_1internal_1_1MemorySnapshotMac.html#abf526f199ea6f4e0b49e5fd14098b384">crashpad::internal::MemorySnapshotMac</a>, <aclass="el"href="classcrashpad_1_1internal_1_1MemorySnapshotWin.html#a565c0d86ca3c1a8fa3bc6ab296962de0">crashpad::internal::MemorySnapshotWin</a>, and <aclass="el"href="classcrashpad_1_1test_1_1TestMemorySnapshot.html#a89b8798372679d4aef3cf823b165d1d3">crashpad::test::TestMemorySnapshot</a>.</p>