| 18 | } |
| 19 | |
| 20 | oidn_inline size_t decRef() |
| 21 | { |
| 22 | const size_t newCount = decRefKeep(); |
| 23 | if (newCount == 0) |
| 24 | destroy(); |
| 25 | return newCount; |
| 26 | } |
| 27 | |
| 28 | oidn_inline size_t decRefKeep() noexcept |
| 29 | { |
nothing calls this directly
no test coverage detected