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

Function FreeNonCachedMemory

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

Source from the content-addressed store, hash-verified

76
77 _IRQL_requires_max_(APC_LEVEL)
78 VOID FreeNonCachedMemory(PVOID Address, SIZE_T Bytes)
79 {
80 MmFreeNonCachedMemory(Address, Bytes);
81 }
82
83 _IRQL_requires_max_(APC_LEVEL)
84 BOOLEAN SecureMemory(__in_data_source(USER_MODE) PVOID UserAddress, SIZE_T Size, ULONG ProtectRights, OUT PHANDLE SecureHandle)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected