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

Function FreeNonCachedMemory

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

Source from the content-addressed store, hash-verified

69
70 _IRQL_requires_max_(APC_LEVEL)
71 VOID FreeNonCachedMemory(PVOID Address, SIZE_T Bytes) {
72 MmFreeNonCachedMemory(Address, Bytes);
73 }
74
75 BOOLEAN CopyMemory(PVOID Dest, PVOID Src, SIZE_T Size, BOOLEAN Intersects, OPTIONAL BOOLEAN CheckBuffersPresence) {
76 if (CheckBuffersPresence) {

Callers 1

KbFreeNonCachedMemoryFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected