MCPcopy 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

VirtualizeProcessorFunction · 0.85
~EptHandlerMethod · 0.85
DeinterceptPageMethod · 0.85
VirtualizeAllProcessorsFunction · 0.85
FreePrivateVmDataFunction · 0.85

Calls 1

FreePhysicalMemoryFunction · 0.85

Tested by

no test coverage detected