MCPcopy Create free account
hub / github.com/BIMCoderLiang/LNLib / deref

Method deref

src/LNLib/Algorithm/Voronoi.cpp:551–556  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

549}
550
551void LNLib::VoronoiDiagramGenerator::deref(struct Site* v)
552{
553 v->refcnt -= 1;
554 if (v->refcnt == 0)
555 makefree((Freenode*)v, &sfl);
556}
557
558void LNLib::VoronoiDiagramGenerator::ref(struct Site* v)
559{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected