MCPcopy Create free account
hub / github.com/avast/retdec / limitSystemMemoryOnLinux

Function limitSystemMemoryOnLinux

src/utils/memory.cpp:174–176  ·  view source on GitHub ↗

* @brief Implementation of @c limitSystemMemory() on Linux. */

Source from the content-addressed store, hash-verified

172* @brief Implementation of @c limitSystemMemory() on Linux.
173*/
174bool limitSystemMemoryOnLinux(std::size_t limit) {
175 return limitSystemMemoryOnPOSIX(limit);
176}
177
178#endif
179

Callers 1

limitSystemMemoryFunction · 0.85

Calls 1

limitSystemMemoryOnPOSIXFunction · 0.85

Tested by

no test coverage detected