Searched refs:AndroidConfig (Results 1 – 5 of 5) sorted by relevance
90 struct AndroidConfig { struct95 typedef SizeClassAllocator64<AndroidConfig> Primary; argument102 typedef SizeClassAllocator32<AndroidConfig> Primary; argument109 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument193 typedef AndroidConfig Config;
27 static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>
53 BENCHMARK_TEMPLATE(BM_malloc_free, scudo::AndroidConfig)100 BENCHMARK_TEMPLATE(BM_malloc_free_loop, scudo::AndroidConfig)
19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput()
90 UseQuarantine = std::is_same<TypeParam, scudo::AndroidConfig>::value; in ScudoCombinedTest()116 SCUDO_TYPED_TEST_TYPE(FIXTURE, NAME, AndroidConfig)