MCPcopy 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
602void ApplePlatform::FreeLibrary(void* handle)
603{
604 dlclose(handle);
605}
606
607void* ApplePlatform::GetProcAddress(void* handle, const char* symbol)
608{

Callers

nothing calls this directly

Calls 1

dlcloseFunction · 0.85

Tested by

no test coverage detected