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

Function limitSystemMemoryOnBSD

src/utils/memory.cpp:156–158  ·  view source on GitHub ↗

* @brief Implementation of @c limitSystemMemory() on *BSD. * * AKA FreeBSD, DragonFly, NetBSD, OpenBSD, TrueOS, PCBSD */

Source from the content-addressed store, hash-verified

154* AKA FreeBSD, DragonFly, NetBSD, OpenBSD, TrueOS, PCBSD
155*/
156bool limitSystemMemoryOnBSD(std::size_t limit) {
157 return limitSystemMemoryOnPOSIX(limit);
158}
159
160#else
161

Callers 1

limitSystemMemoryFunction · 0.85

Calls 1

limitSystemMemoryOnPOSIXFunction · 0.85

Tested by

no test coverage detected