Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/shim/
H A Dmalloc_zone_functions_apple_unittest.cc40 EXPECT_EQ(1, GetMallocZoneCountForTesting()); in TEST_F()
53 EXPECT_EQ(max_zone_count, GetMallocZoneCountForTesting()); in TEST_F()
H A Dmalloc_zone_functions_apple.h103 PA_COMPONENT_EXPORT(ALLOCATOR_SHIM) int GetMallocZoneCountForTesting();
H A Dmalloc_zone_functions_apple.cc117 int GetMallocZoneCountForTesting() { in GetMallocZoneCountForTesting() function