| 69 | |
| 70 | template <typename T> |
| 71 | class AlignedMallocDeathTest : public AlignedMallocTest<T> {}; |
| 72 | |
| 73 | using Classes = |
| 74 | testing::Types<int, unsigned int, int8_t, uint8_t, int16_t, uint16_t, |
nothing calls this directly
no outgoing calls
no test coverage detected