MCPcopy Create free account
hub / github.com/OpenDriveLab/OpenLane / rleFree

Function rleFree

eval/CIPO_evaluation/common/maskApi.c:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34}
35
36void rleFree( RLE *R ) {
37 free(R->cnts); R->cnts=0;
38}
39
40void rlesInit( RLE **R, siz n ) {
41 siz i; *R = (RLE*) malloc(sizeof(RLE)*n);

Callers 2

rlesFreeFunction · 0.85
rleMergeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected