Home
last modified time | relevance | path

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

/system/unwinding/libunwindstack/tests/
DTestUtils.cpp26 static constexpr size_t kMaxAllowedLeakBytes = 32 * 1024; in TestCheckForLeaks() local
38 ASSERT_LE(last_allocated_bytes - first_allocated_bytes, kMaxAllowedLeakBytes) in TestCheckForLeaks()
DDexFileTest.cpp37 static constexpr size_t kMaxAllowedLeakBytes = 1024; variable
45 ASSERT_LE(*last_allocated_bytes - *first_allocated_bytes, kMaxAllowedLeakBytes) in CheckForLeak()