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

Function FreePoolMemory

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

Source from the content-addressed store, hash-verified

59
60 _IRQL_requires_max_(DISPATCH_LEVEL)
61 VOID FreePoolMemory(__drv_freesMem(Mem) PVOID Address) {
62 ExFreePoolWithTag(Address, PoolTag);
63 }
64
65 _IRQL_requires_max_(APC_LEVEL)
66 PVOID AllocNonCachedNorInitialized(SIZE_T Bytes) {

Callers 11

OnDisconnectInternalMethod · 0.85
QueueUserApcFunction · 0.85
VirtualizeAllProcessorsFunction · 0.85
KbFreeKernelMemoryFunction · 0.85
KbGetThreadContextFunction · 0.85
KbSetThreadContextFunction · 0.85
KbGetKernelProcAddressFunction · 0.85
KbCreateDriverFunction · 0.85
KbFindSignatureFunction · 0.85
~ModulesStorageMethod · 0.85
UnloadMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected