Searched refs:AndroidSvelteConfig (Results 1 – 8 of 8) sorted by relevance
/external/scudo/standalone/ |
D | allocator_config.h | 112 struct AndroidSvelteConfig { struct 117 typedef SizeClassAllocator64<AndroidSvelteConfig> Primary; argument 122 typedef SizeClassAllocator32<AndroidSvelteConfig> Primary; argument 129 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; argument
|
D | wrappers_c_bionic.cpp | 41 static scudo::Allocator<scudo::AndroidSvelteConfig,
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/benchmarks/ |
D | malloc_benchmark.cpp | 49 BENCHMARK_TEMPLATE(BM_malloc_free, scudo::AndroidSvelteConfig) 96 BENCHMARK_TEMPLATE(BM_malloc_free_loop, scudo::AndroidSvelteConfig)
|
/external/scudo/standalone/benchmarks/ |
D | malloc_benchmark.cpp | 56 BENCHMARK_TEMPLATE(BM_malloc_free, scudo::AndroidSvelteConfig) 104 BENCHMARK_TEMPLATE(BM_malloc_free_loop, scudo::AndroidSvelteConfig)
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | allocator_config.h | 57 struct AndroidSvelteConfig { struct
|
D | wrappers_c_bionic.cpp | 39 static scudo::Allocator<scudo::AndroidSvelteConfig,
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | combined_test.cpp | 328 testAllocator<scudo::AndroidSvelteConfig>(); in TEST() 379 testAllocatorThreaded<scudo::AndroidSvelteConfig>(); in TEST()
|
/external/scudo/standalone/tests/ |
D | combined_test.cpp | 108 SCUDO_TYPED_TEST_TYPE(FIXTURE, NAME, AndroidSvelteConfig) \ 112 SCUDO_TYPED_TEST_TYPE(FIXTURE, NAME, AndroidSvelteConfig) \
|