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