Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JayXon/Leanify
/ ~DynArray
Method
~DynArray
lib/tinyxml2/tinyxml2.h:224–228 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
222
}
223
224
~DynArray() {
225
if ( _mem != _pool ) {
226
delete [] _mem;
227
}
228
}
229
230
void Clear() {
231
_size = 0;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected