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