Home
last modified time | relevance | path

Searched refs:testSecondaryBasic (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/
Dsecondary_test.cpp21 template <class SecondaryT> static void testSecondaryBasic(void) { in testSecondaryBasic() function
58 testSecondaryBasic<scudo::MapAllocator<scudo::MapAllocatorNoCache>>(); in TEST()
59 testSecondaryBasic<scudo::MapAllocator<scudo::MapAllocatorCache<>>>(); in TEST()
60 testSecondaryBasic< in TEST()
/external/scudo/standalone/tests/
Dsecondary_test.cpp22 template <typename Config> static void testSecondaryBasic(void) { in testSecondaryBasic() function
77 testSecondaryBasic<NoCacheConfig>(); in TEST()
78 testSecondaryBasic<scudo::DefaultConfig>(); in TEST()
79 testSecondaryBasic<TestConfig>(); in TEST()