Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/debugger
/ API_OBJECT_FREE
Function
API_OBJECT_FREE
core/ffi.cpp:71–75 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
70
template <class T>
71
static void API_OBJECT_FREE(T* obj)
72
{
73
if (obj)
74
obj->object->ReleaseAPIRef();
75
}
76
77
78
char* BNDebuggerAllocString(const char* contents)
Callers
nothing calls this directly
Calls
1
ReleaseAPIRef
Method · 0.80
Tested by
no test coverage detected