24 #include "cheetah/data/test_utils/CachingAllocatorTest.h" 25 #include "cheetah/utils/Architectures.h" 33 typedef ::testing::Types<
34 CachingAllocatorTestTraits<cheetah::Cpu,float>,
35 CachingAllocatorTestTraits<cheetah::Cpu,double>,
36 CachingAllocatorTestTraits<cheetah::Cpu,char>
37 > CachingAllocatorTestTypes;
38 TYPED_TEST_CASE(CachingAllocatorTest, CachingAllocatorTestTypes);
40 TYPED_TEST(CachingAllocatorTest, test_alloc_dealloc)
42 AllocateDeallocateTest<TypeParam>::test();
Some limits and constants for FLDO.