Home
last modified time | relevance | path

Searched refs:DefaultConfig (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h61 struct DefaultConfig { struct
66 typedef SizeClassAllocator64<DefaultConfig> Primary; argument
73 typedef SizeClassAllocator32<DefaultConfig> Primary; argument
80 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; argument
199 typedef DefaultConfig Config;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp103 testSecondaryBasic<scudo::DefaultConfig>(); in TEST()
108 using Config = scudo::DefaultConfig;
H A Dcombined_test.cpp115 SCUDO_TYPED_TEST_TYPE(FIXTURE, NAME, DefaultConfig) \