Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlaxEngine/FlaxEngine
/ FreeLibrary
Method
FreeLibrary
Source/Engine/Platform/Android/AndroidPlatform.cpp:1161–1164 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1159
}
1160
1161
void AndroidPlatform::FreeLibrary(void* handle)
1162
{
1163
dlclose(handle);
1164
}
1165
1166
void* AndroidPlatform::GetProcAddress(void* handle, const char* symbol)
1167
{
Callers
nothing calls this directly
Calls
1
dlclose
Function · 0.85
Tested by
no test coverage detected