MCPcopy Create free account
hub / github.com/danoon2/Boxedwine / Section_init_buffer

Function Section_init_buffer

lib/asmjit/asmjit/core/codeholder.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

new_sectionMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected