| 206 | } |
| 207 | |
| 208 | void DeepPolyMaxPoolElement::allocateMemory() |
| 209 | { |
| 210 | freeMemoryIfNeeded(); |
| 211 | DeepPolyElement::allocateMemory(); |
| 212 | } |
| 213 | |
| 214 | void DeepPolyMaxPoolElement::freeMemoryIfNeeded() |
| 215 | { |
nothing calls this directly
no outgoing calls
no test coverage detected