MCPcopy Create free account
hub / github.com/IChooseYou/Reclass / size

Method size

plugins/WinDbgMemory/WinDbgMemoryPlugin.cpp:338–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

336}
337
338int WinDbgMemoryProvider::size() const
339{
340#ifdef _WIN32
341 return m_dataSpaces ? 0x10000 : 0;
342#else
343 return 0;
344#endif
345}
346
347bool WinDbgMemoryProvider::isReadable(uint64_t /*addr*/, int len) const
348{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected