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

Method PssAllocRoutineFailFast

ExplorerHooks/detourtransaction.cpp:33–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31}
32
33void* DetourTransaction::PssAllocRoutineFailFast(void*, DWORD size) noexcept
34{
35 const auto mem = HeapAlloc(s_Heap.get(), 0, size);
36 FAIL_FAST_LAST_ERROR_IF_NULL(mem);
37
38 return mem;
39}
40
41void DetourTransaction::PssFreeRoutineFailFast(void*, void* address) noexcept
42{

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected