Home
last modified time | relevance | path

Searched defs:SecondaryCache (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/
H A Dallocator_config.h90 typedef MapAllocatorCache<DefaultConfig> SecondaryCache; typedef
121 typedef MapAllocatorCache<AndroidConfig> SecondaryCache; typedef
154 typedef MapAllocatorCache<AndroidSvelteConfig> SecondaryCache; typedef
181 typedef MapAllocatorNoCache SecondaryCache; typedef
202 typedef MapAllocatorNoCache SecondaryCache; typedef
/openbsd-src/gnu/llvm/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.cpp531 typedef scudo::MapAllocatorNoCache SecondaryCache; typedef