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

Function FreePhysicalMemory

Kernel-Bridge/API/MemoryUtils.cpp:353–355  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

351
352 _IRQL_requires_max_(DISPATCH_LEVEL)
353 VOID FreePhysicalMemory(PVOID BaseVirtualAddress) {
354 MmFreeContiguousMemory(BaseVirtualAddress);
355 }
356
357 _IRQL_requires_max_(DISPATCH_LEVEL)
358 PVOID MapPhysicalMemory(PVOID64 PhysicalAddress, SIZE_T Size, MEMORY_CACHING_TYPE CachingType) {

Callers 2

FreePhysFunction · 0.85
KbFreePhysicalMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected