Searched refs:GetMallocZoneCountForTesting (Results 1 – 3 of 3) sorted by relevance
40 EXPECT_EQ(1, GetMallocZoneCountForTesting()); in TEST_F()53 EXPECT_EQ(max_zone_count, GetMallocZoneCountForTesting()); in TEST_F()
93 BASE_EXPORT int GetMallocZoneCountForTesting();
112 int GetMallocZoneCountForTesting() { in GetMallocZoneCountForTesting() function