Home
last modified time | relevance | path

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

/external/scudo/standalone/
Dallocator_config.h83 struct AndroidConfig { struct
88 typedef SizeClassAllocator64<AndroidConfig> Primary; argument
93 typedef SizeClassAllocator32<AndroidConfig> Primary; argument
100 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; argument
160 typedef AndroidConfig Config;
Dwrappers_c_bionic.cpp27 static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dallocator_config.h39 struct AndroidConfig { struct
82 typedef AndroidConfig Config;
Dwrappers_c_bionic.cpp26 static scudo::Allocator<scudo::AndroidConfig, SCUDO_PREFIX(malloc_postinit)>
/external/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp47 BENCHMARK_TEMPLATE(BM_malloc_free, scudo::AndroidConfig)
94 BENCHMARK_TEMPLATE(BM_malloc_free_loop, scudo::AndroidConfig)
/external/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp54 BENCHMARK_TEMPLATE(BM_malloc_free, scudo::AndroidConfig)
102 BENCHMARK_TEMPLATE(BM_malloc_free_loop, scudo::AndroidConfig)
/external/llvm-project/compiler-rt/lib/scudo/standalone/fuzz/
Dget_error_info_fuzzer.cpp19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput()
/external/scudo/standalone/fuzz/
Dget_error_info_fuzzer.cpp19 using AllocatorT = scudo::Allocator<scudo::AndroidConfig>; in LLVMFuzzerTestOneInput()
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dcombined_test.cpp334 testAllocator<scudo::AndroidConfig>(); in TEST()
385 testAllocatorThreaded<scudo::AndroidConfig>(); in TEST()
483 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST()
522 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST()
/external/scudo/standalone/tests/
Dcombined_test.cpp90 UseQuarantine = std::is_same<TypeParam, scudo::AndroidConfig>::value; in ScudoCombinedTest()
114 SCUDO_TYPED_TEST_TYPE(FIXTURE, NAME, AndroidConfig)
573 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST()
612 using AllocatorT = TestAllocator<scudo::AndroidConfig>; in TEST()