MCPcopy Create free account
hub / github.com/MaxBelkov/visualsyslog / Block

Class Block

sourcecommon/tinyxml2.h:409–411  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

407 char mem[SIZE];
408 };
409 struct Block {
410 Chunk chunk[COUNT];
411 };
412 DynArray< Block*, 10 > _blockPtrs;
413 Chunk* _root;
414

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected