Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ FreeLibrary
Method
FreeLibrary
Source/Engine/Platform/Apple/ApplePlatform.cpp:602–605 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
600
}
601
602
void ApplePlatform::FreeLibrary(void* handle)
603
{
604
dlclose(handle);
605
}
606
607
void* ApplePlatform::GetProcAddress(void* handle, const char* symbol)
608
{
Callers
nothing calls this directly
Calls
1
dlclose
Function · 0.85
Tested by
no test coverage detected