Searched refs:testSecondaryBasic (Results 1 – 2 of 2) sorted by relevance
21 template <class SecondaryT> static void testSecondaryBasic(void) { in testSecondaryBasic() function58 testSecondaryBasic<scudo::MapAllocator<scudo::MapAllocatorNoCache>>(); in TEST()59 testSecondaryBasic<scudo::MapAllocator<scudo::MapAllocatorCache<>>>(); in TEST()60 testSecondaryBasic< in TEST()
22 template <typename Config> static void testSecondaryBasic(void) { in testSecondaryBasic() function77 testSecondaryBasic<NoCacheConfig>(); in TEST()78 testSecondaryBasic<scudo::DefaultConfig>(); in TEST()79 testSecondaryBasic<TestConfig>(); in TEST()