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