We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c0be6 commit 21a7f2eCopy full SHA for 21a7f2e
1 file changed
src/xrCore/memory_allocation_stats.cpp
@@ -58,7 +58,7 @@ void mem_alloc_clear_stats()
58
stats.clear();
59
}
60
61
-__declspec(noinline) void save_stack_trace()
+NO_INLINE void save_stack_trace()
62
{
63
if (!StatsGatherEnabled)
64
return;
0 commit comments