| 8 | |
| 9 | |
| 10 | struct AllocationPoolTest : public BlazingUnitTest { |
| 11 | |
| 12 | AllocationPoolTest(){ |
| 13 | |
| 14 | } |
| 15 | }; |
| 16 | |
| 17 | template <class Callable> |
| 18 | static inline void CheckError(const bool condition, |
nothing calls this directly
no outgoing calls
no test coverage detected