| 228 | } |
| 229 | |
| 230 | AllocatorPinned::AllocatorPinned() : pinnedMaps(opencl::getDeviceCount()) { |
| 231 | logger = common::loggerFactory("mem"); |
| 232 | } |
| 233 | |
| 234 | void AllocatorPinned::shutdown() { |
| 235 | for (int n = 0; n < opencl::getDeviceCount(); n++) { |
nothing calls this directly
no test coverage detected