MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / Release

Method Release

binaryninjaapi.h:118–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

116 void AddRef() { m_refs.fetch_add(1); }
117
118 void Release()
119 {
120 if (m_refs.fetch_sub(1) == 1)
121 delete this;
122 }
123 };
124
125

Callers 4

~RefMethod · 0.45
RefClass · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected