Home
last modified time | relevance | path

Searched refs:AndroidConfig (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h90 struct AndroidConfig { struct
95 typedef SizeClassAllocator64<AndroidConfig> Primary; argument
102 typedef SizeClassAllocator32<AndroidConfig> Primary; argument
109 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument
193 typedef AndroidConfig Config;
H A Dwrappers_c_bionic.cpp27 static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/benchmarks/
H A Dmalloc_benchmark.cpp53 BENCHMARK_TEMPLATE(BM_malloc_free, scudo::AndroidConfig)
100 BENCHMARK_TEMPLATE(BM_malloc_free_loop, scudo::AndroidConfig)
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/fuzz/
H A Dget_error_info_fuzzer.cpp19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput()
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dcombined_test.cpp90 UseQuarantine = std::is_same<TypeParam, scudo::AndroidConfig>::value; in ScudoCombinedTest()
116 SCUDO_TYPED_TEST_TYPE(FIXTURE, NAME, AndroidConfig)