MCPcopy Create free account
hub / github.com/ZDoom/Raze / MarkArray

Function MarkArray

source/common/objects/dobjgc.cpp:346–352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

344//==========================================================================
345
346void MarkArray(DObject **obj, size_t count)
347{
348 for (size_t i = 0; i < count; ++i)
349 {
350 Mark(obj[i]);
351 }
352}
353
354//==========================================================================
355//

Callers

nothing calls this directly

Calls 1

MarkFunction · 0.70

Tested by

no test coverage detected