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