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

Function TEST_F

tests/utils/memory_tests.cpp:38–43  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36};
37
38TEST_F(MemoryTests,
39GetTotalSystemMemoryReturnsNonZeroSize) {
40 auto size = getTotalSystemMemory();
41
42 ASSERT_GT(size, 0);
43}
44
45TEST_F(MemoryTests,
46LimitSystemMemoryReturnsTrueWhenLimitingTotalSystemMemoryToNonZeroSize) {

Callers

nothing calls this directly

Calls 3

getTotalSystemMemoryFunction · 0.85
limitSystemMemoryFunction · 0.85

Tested by

no test coverage detected