Home
last modified time | relevance | path

Searched refs:FuchsiaConfig (Results 1 – 6 of 6) sorted by relevance

/external/scudo/standalone/
Dallocator_config.h142 struct FuchsiaConfig { struct
146 typedef SizeClassAllocator64<FuchsiaConfig> Primary; argument
162 typedef FuchsiaConfig Config; argument
/external/llvm-project/compiler-rt/lib/scudo/standalone/
Dallocator_config.h72 struct FuchsiaConfig { struct
84 typedef FuchsiaConfig Config; argument
/external/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp52 BENCHMARK_TEMPLATE(BM_malloc_free, scudo::FuchsiaConfig)
99 BENCHMARK_TEMPLATE(BM_malloc_free_loop, scudo::FuchsiaConfig)
/external/scudo/standalone/benchmarks/
Dmalloc_benchmark.cpp59 BENCHMARK_TEMPLATE(BM_malloc_free, scudo::FuchsiaConfig)
107 BENCHMARK_TEMPLATE(BM_malloc_free_loop, scudo::FuchsiaConfig)
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dcombined_test.cpp330 testAllocator<scudo::FuchsiaConfig>(); in TEST()
381 testAllocatorThreaded<scudo::FuchsiaConfig>(); in TEST()
/external/scudo/standalone/tests/
Dcombined_test.cpp109 SCUDO_TYPED_TEST_TYPE(FIXTURE, NAME, FuchsiaConfig)