Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ Exit
Method
Exit
Source/Engine/Platform/Base/PlatformBase.cpp:203–207 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
201
}
202
203
void PlatformBase::Exit()
204
{
205
Allocator::Free(OutOfMemoryBuffer);
206
OutOfMemoryBuffer = nullptr;
207
}
208
209
#if COMPILE_WITH_PROFILER
210
Callers
1
Run
Method · 0.45
Calls
1
Free
Function · 0.50
Tested by
no test coverage detected