Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OGSR/OGSR-Engine
/ DeinitializeSymbolEngine
Function
DeinitializeSymbolEngine
ogsr_engine/xrCore/stacktrace_collector.cpp:66–74 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
64
}
65
66
static void DeinitializeSymbolEngine()
67
{
68
if (symEngineInitialized)
69
{
70
SymCleanup(GetCurrentProcess());
71
72
symEngineInitialized = false;
73
}
74
}
75
76
#ifdef _M_X64
77
#define MACHINE_TYPE IMAGE_FILE_MACHINE_AMD64
Callers
1
BuildStackTrace
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected