MCPcopy Create free account
hub / github.com/chromium/crashpad / Base

Method Base

util/process/process_memory_range.h:77–77  ·  view source on GitHub ↗

\brief Returns the base address of the range.

Source from the content-addressed store, hash-verified

75
76 //! \brief Returns the base address of the range.
77 VMAddress Base() const { return range_.Base(); }
78
79 //! \brief Returns the size of the range.
80 VMSize Size() const { return range_.Size(); }

Callers 1

InitializeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected