Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/anjo76/angelscript
/ ~CObject
Method
~CObject
sdk/tests/test_feature/source/test_exceptionmemory.cpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
CObject_constructCount++;
71
}
72
~CObject()
73
{
74
delete[] mem;
75
//PRINTF(
"D: %x\n"
, this);
76
CObject_destructCount++;
77
}
78
int val;
79
int *mem;
80
};
Callers
2
Destruct
Function · 0.45
Destruct_gen
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected