| 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) |
no outgoing calls
no test coverage detected