MCPcopy 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
203void PlatformBase::Exit()
204{
205 Allocator::Free(OutOfMemoryBuffer);
206 OutOfMemoryBuffer = nullptr;
207}
208
209#if COMPILE_WITH_PROFILER
210

Callers 1

RunMethod · 0.45

Calls 1

FreeFunction · 0.50

Tested by

no test coverage detected