| 26 | } |
| 27 | |
| 28 | void DetourTransaction::PssWalkMarkerFreeFailFast(HPSSWALK marker) noexcept |
| 29 | { |
| 30 | FAIL_FAST_IF_WIN32_ERROR(PssWalkMarkerFree(marker)); |
| 31 | } |
| 32 | |
| 33 | void* DetourTransaction::PssAllocRoutineFailFast(void*, DWORD size) noexcept |
| 34 | { |
nothing calls this directly
no outgoing calls
no test coverage detected