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