| 138 | } |
| 139 | |
| 140 | void CodeHolder::reset(bool releaseMemory) noexcept { |
| 141 | CodeHolder_resetInternal(this, releaseMemory); |
| 142 | } |
| 143 | |
| 144 | // ============================================================================ |
| 145 | // [asmjit::CodeHolder - Attach / Detach] |
no test coverage detected