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

Function FreePoolMemory

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

Source from the content-addressed store, hash-verified

64
65 _IRQL_requires_max_(DISPATCH_LEVEL)
66 VOID FreePoolMemory(__drv_freesMem(Mem) PVOID Address)
67 {
68 ExFreePoolWithTag(Address, PoolTag);
69 }
70
71 _IRQL_requires_max_(APC_LEVEL)
72 PVOID AllocNonCachedNorInitialized(SIZE_T Bytes)

Callers 7

OnDisconnectInternalMethod · 0.85
QueueUserApcFunction · 0.85
KbFreeKernelMemoryFunction · 0.85
KbGetThreadContextFunction · 0.85
KbSetThreadContextFunction · 0.85
KbGetKernelProcAddressFunction · 0.85
KbCreateDriverFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected