Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
36
void rleFree( RLE *R ) {
37
free(R->cnts); R->cnts=0;
38
}
39
40
void rlesInit( RLE **R, siz n ) {
41
siz i; *R = (RLE*) malloc(sizeof(RLE)*n);
Callers
2
rlesFree
Function · 0.85
rleMerge
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected