• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

c-ares / c-ares / 10190114717 / 1
92%
main: 92%

Build:
DEFAULT BRANCH: main
Ran 01 Aug 2024 01:09AM UTC
Files 892
Run time 33s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

01 Aug 2024 01:06AM UTC coverage: 57.892% (+0.1%) from 57.763%
10190114717.1

push

github

web-flow
Data Structure: Dynamic Array (#841)

Create a new data structure for a basic growable indexable array,
supporting the features you'd normally expect such as insert (at, last,
first), remove (at, last, first), and get (at, last, first). Internally
all data is stored in an appropriately sized array that can directly be
returned to the caller as a C array of the data type provided. The array
grows by powers of two, and has optimizations for head and tail
removals.

Array modifications can be risky (e.g. wrong reallocation sizes,
mis-sized memory moves, out-of-bounds access), so it makes sense to have
standardized code that is well tested.

The arrays used by the dns record parser / writer have been converted to
the new array data structure as have a few other instances.

Authored-By: Brad House (@bradh352)

21603 of 37316 relevant lines covered (57.89%)

59564.39 hits per line

Source Files on job 10190114717.1
  • Tree
  • List 0
  • Changed 106
  • Source Changed 0
  • Coverage Changed 61
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10190114717
  • 0e4b735a on github
  • Prev Job for on main (#10181273553.1)
  • Next Job for on main (#10197026012.1)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc