Searched refs:kMaxAllowedLeakBytes (Results 1 – 2 of 2) sorted by relevance
26 static constexpr size_t kMaxAllowedLeakBytes = 32 * 1024; in TestCheckForLeaks() local38 ASSERT_LE(last_allocated_bytes - first_allocated_bytes, kMaxAllowedLeakBytes) in TestCheckForLeaks()
37 static constexpr size_t kMaxAllowedLeakBytes = 1024; variable45 ASSERT_LE(*last_allocated_bytes - *first_allocated_bytes, kMaxAllowedLeakBytes) in CheckForLeak()