MCPcopy Create free account
hub / github.com/StanfordPL/x64asm / ~Function

Method ~Function

src/function.h:97–102  ·  view source on GitHub ↗

Destructor. */

Source from the content-addressed store, hash-verified

95
96 /** Destructor. */
97 ~Function() {
98 if (good()) {
99 munmap(buffer_, capacity_);
100 buffer_ = (unsigned char*)-1;
101 }
102 }
103
104 /** Returns a pointer to the internal buffer */
105 void* data() const {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected