| 755 | |
| 756 | template <typename T> |
| 757 | void BasicEnv::DefaultFini(Env, T* data) { |
| 758 | delete data; |
| 759 | } |
| 760 | |
| 761 | template <typename DataType, typename HintType> |
| 762 | void BasicEnv::DefaultFiniWithHint(Env, DataType* data, HintType*) { |
nothing calls this directly
no outgoing calls
no test coverage detected