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

Function Section_release_buffer

lib/asmjit/asmjit/core/codeholder.cpp:107–111  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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())) {
109 ::free(section->_buffer._data);
110 }
111}
112
113// CodeHolder - Utilities
114// ======================

Callers 2

~CodeHolderMethod · 0.85

Calls 3

bool_andFunction · 0.85
dataMethod · 0.45
is_externalMethod · 0.45

Tested by

no test coverage detected