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

Method ReleaseForRegistration

binaryninjaapi.h:185–191  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183 void AddRefForRegistration() { m_registeredRef = true; }
184
185 void ReleaseForRegistration()
186 {
187 m_object = nullptr;
188 m_registeredRef = false;
189 if (m_refs == 0)
190 delete this;
191 }
192
193 void AddRefForCallback() { AddRefInternal(); }
194 void ReleaseForCallback() { ReleaseInternal(); }

Callers 6

FreeCallbackMethod · 0.45
FreeCallbackMethod · 0.45
FreeObjectCallbackMethod · 0.45
FreeCallbackMethod · 0.45
FreeCallbackMethod · 0.45
FreeCallbackMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected