Home
last modified time | relevance | path

Searched refs:kMaxLeakBytes (Results 1 – 1 of 1) sorted by relevance

/system/testing/gtest_extras/tests/
DSystemTests.cpp1171 constexpr static size_t kMaxLeakBytes = 32 * 1024; in TEST_F() local
1184 ASSERT_GT(kMaxLeakBytes, memory - memory_last) in TEST_F()
1192 ASSERT_GT(kMaxLeakBytes, memory - memory_start) in TEST_F()