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