Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HoShiMin/Kernel-Bridge
/ FreePhys
Function
FreePhys
Kernel-Bridge/API/Hypervisor.cpp:92–95 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
90
}
91
92
static VOID FreePhys(PVOID Memory)
93
{
94
PhysicalMemory::FreePhysicalMemory(Memory);
95
}
96
97
namespace FastPhys
98
{
Callers
6
DevirtualizeAllProcessors
Function · 0.85
VirtualizeProcessor
Function · 0.85
~EptHandler
Method · 0.85
DeinterceptPage
Method · 0.85
VirtualizeAllProcessors
Function · 0.85
FreePrivateVmData
Function · 0.85
Calls
1
FreePhysicalMemory
Function · 0.85
Tested by
no test coverage detected