MCPcopy 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
1161void AndroidPlatform::FreeLibrary(void* handle)
1162{
1163 dlclose(handle);
1164}
1165
1166void* AndroidPlatform::GetProcAddress(void* handle, const char* symbol)
1167{

Callers

nothing calls this directly

Calls 1

dlcloseFunction · 0.85

Tested by

no test coverage detected