Searched refs:release_errors (Results 1 – 1 of 1) sorted by relevance
98 size_t release_errors = 0; in CheckEmptyPool() local101 release_errors++; in CheckEmptyPool()102 ASSERT_LE(release_errors, unfilled_count); in CheckEmptyPool()106 ASSERT_EQ(unfilled_count, release_errors); in CheckEmptyPool()
Completed in 2 milliseconds