Home
last modified time | relevance | path

Searched refs:SecondaryCache (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h80 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; typedef
109 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; typedef
140 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; typedef
166 typedef MapAllocatorNoCache SecondaryCache; typedef
186 typedef MapAllocatorNoCache SecondaryCache; typedef
H A Dsecondary.h473 typename Config::SecondaryCache Cache;
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dsecondary_test.cpp86 typedef scudo::MapAllocatorNoCache SecondaryCache; typedef
91 typedef scudo::MapAllocatorCache<TestConfig> SecondaryCache; typedef
H A Dcombined_test.cpp529 typedef scudo::MapAllocatorNoCache SecondaryCache; typedef