Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CobaltFusion/DebugViewPP
/ ~MappedViewOfFile
Method
~MappedViewOfFile
Win32Lib/Win32Lib.cpp:363–366 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
361
}
362
363
MappedViewOfFile::~MappedViewOfFile()
364
{
365
UnmapViewOfFile(m_ptr);
366
}
367
368
void* MappedViewOfFile::Ptr()
369
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected