MCPcopy Index your code
hub / github.com/MapServer/MapServer / msAllocBitArray

Function msAllocBitArray

mapbits.c:51–56  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49}
50
51ms_bitarray msAllocBitArray(int numbits)
52{
53 ms_bitarray array = calloc((numbits + MS_ARRAY_BIT - 1) / MS_ARRAY_BIT, MS_ARRAY_BIT);
54
55 return(array);
56}
57
58int msGetBit(ms_bitarray array, int index)
59{

Callers 5

msSearchTreeFunction · 0.85
msSearchDiskTreeFunction · 0.85
msSHPOpenFunction · 0.85
msShapefileWhichShapesFunction · 0.85
msImageCreateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected