Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/
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
Dsecondary.h473 typename Config::SecondaryCache Cache;
/openbsd/src/gnu/llvm/compiler-rt/lib/scudo/standalone/tests/
Dsecondary_test.cpp86 typedef scudo::MapAllocatorNoCache SecondaryCache; typedef
91 typedef scudo::MapAllocatorCache<TestConfig> SecondaryCache; typedef
Dcombined_test.cpp531 typedef scudo::MapAllocatorNoCache SecondaryCache; typedef