Searched refs:test_FreeFunction (Results 1 – 2 of 2) sorted by relevance
58 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() function110 test_FreeFunction<int()>(alloc); in test_for_alloc()111 test_FreeFunction<int(int)>(alloc); in test_for_alloc()112 test_FreeFunction<int(int, int)>(alloc); in test_for_alloc()113 test_FreeFunction<int(int, int, int)>(alloc); in test_for_alloc()
67 void test_FreeFunction(AllocType& alloc) in test_FreeFunction() function108 test_FreeFunction<int()>(alloc); in test_for_alloc()109 test_FreeFunction<int(int)>(alloc); in test_for_alloc()110 test_FreeFunction<int(int, int)>(alloc); in test_for_alloc()111 test_FreeFunction<int(int, int, int)>(alloc); in test_for_alloc()