Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
194
static void Log(int file, const char* str)
195
{
196
ssize_t ret = write(file, str, strlen(str));
197
(void)ret;
198
}
199
200
static void* LoadFunction(const char* name)
201
{
Callers
4
LoadFunction
Function · 0.70
InitializeLibrary
Function · 0.70
DumpBacktracePlatform
Function · 0.70
DumpBacktrace
Function · 0.70
Calls
1
write
Function · 0.50
Tested by
no test coverage detected