Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ sysinfo
Class
sysinfo
util/system/info.cpp:285–285 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
284
#if defined(_linux_) || defined(_cygwin_)
285
struct sysinfo info;
286
sysinfo(&info);
287
return info.totalram;
288
#elif defined(_darwin_)
Callers
1
TotalMemorySize
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected