| 101 | } |
| 102 | |
| 103 | static ASMJIT_INLINE void Section_init_buffer(Section* section) noexcept { |
| 104 | section->_buffer = CodeBuffer{}; |
| 105 | } |
| 106 | |
| 107 | static ASMJIT_INLINE void Section_release_buffer(Section* section) noexcept { |
| 108 | if (Support::bool_and(section->_buffer.data() != nullptr, !section->_buffer.is_external())) { |