Home
last modified time | relevance | path

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

/external/cronet/base/allocator/partition_allocator/shim/
Dmalloc_zone_functions_mac_unittest.cc40 EXPECT_EQ(1, GetMallocZoneCountForTesting()); in TEST_F()
53 EXPECT_EQ(max_zone_count, GetMallocZoneCountForTesting()); in TEST_F()
Dmalloc_zone_functions_mac.h93 BASE_EXPORT int GetMallocZoneCountForTesting();
Dmalloc_zone_functions_mac.cc112 int GetMallocZoneCountForTesting() { in GetMallocZoneCountForTesting() function