MCPcopy Create free account
hub / github.com/TranslucentTB/TranslucentTB / PssFreeRoutineFailFast

Method PssFreeRoutineFailFast

ExplorerHooks/detourtransaction.cpp:41–44  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39}
40
41void DetourTransaction::PssFreeRoutineFailFast(void*, void* address) noexcept
42{
43 FAIL_FAST_IF_WIN32_BOOL_FALSE(HeapFree(s_Heap.get(), 0, address));
44}
45
46void DetourTransaction::node_deleter::operator()(node *ptr) const noexcept
47{

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected