MCPcopy Create free account
hub / github.com/HoShiMin/Kernel-Bridge / FreePrivateVmData

Function FreePrivateVmData

Kernel-Bridge/API/Hypervisor.cpp:2702–2707  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2700 }
2701
2702 static void FreePrivateVmData(void* Private)
2703 {
2704 auto* Data = reinterpret_cast<VMX::PRIVATE_VM_DATA*>(Private);
2705 delete Data->EptInterceptor;
2706 Supplementation::FreePhys(Private);
2707 }
2708
2709 static bool IsVmxSupported()
2710 {

Callers 1

Calls 1

FreePhysFunction · 0.85

Tested by

no test coverage detected