MCPcopy Create free account
hub / github.com/defold/defold / Log

Function Log

engine/dlib/src/dlib/memprofile.cpp:194–198  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

192#endif
193
194static void Log(int file, const char* str)
195{
196 ssize_t ret = write(file, str, strlen(str));
197 (void)ret;
198}
199
200static void* LoadFunction(const char* name)
201{

Callers 4

LoadFunctionFunction · 0.70
InitializeLibraryFunction · 0.70
DumpBacktracePlatformFunction · 0.70
DumpBacktraceFunction · 0.70

Calls 1

writeFunction · 0.50

Tested by

no test coverage detected