MCPcopy Create free account
hub / github.com/NoMercy-ac/NoMercy / FreePhysicalMemory

Function FreePhysicalMemory

Source/Client/NM_Sys/API/MemoryUtils.cpp:322–325  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

320
321 _IRQL_requires_max_(DISPATCH_LEVEL)
322 VOID FreePhysicalMemory(PVOID BaseVirtualAddress)
323 {
324 MmFreeContiguousMemory(BaseVirtualAddress);
325 }
326
327 _IRQL_requires_max_(DISPATCH_LEVEL)
328 PVOID MapPhysicalMemory(PVOID64 PhysicalAddress, SIZE_T Size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected