MCPcopy Create free account
hub / github.com/Project-LemonLime/Project_LemonLime / getMemoryRLimit

Function getMemoryRLimit

unix/watcher_linux.cpp:96–96  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

94}
95
96ssize_t getMemoryRLimit(ssize_t memoryLimitInMB) { return memoryLimitInMB * 1024 * 1024; }
97
98size_t getMaxRSSInByte(long ru_maxrss) { return ru_maxrss * 1024; }

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected