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

ivmai / bdwgc / 1007
77%

Build:
DEFAULT BRANCH: master
Ran 24 Jul 2021 02:29PM UTC
Jobs 1
Files 58
Run time 5s
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

24 Jul 2021 02:02PM UTC coverage: 73.963% (-0.1%) from 74.061%
1007

push

travis-ci-com

ivmai
Eliminate 'bytes_freed access w/o lock in incr_bytes_free' code defect FP

GC_incr_bytes_free() and GC_incr_bytes_allocd() are not synchronized
by design, the are used by GC_out_of_line_malloc() in new_gc_alloc.h.

* include/new_gc_alloc.h (GC_aux_template): Add
GC_update_byte_counters() private member.
* include/new_gc_alloc.h (GC_aux_template.GC_out_of_line_malloc):
Call GC_update_byte_counters() (either directly or thru
GC_call_with_alloc_lock) instead of counters update logic.
* include/new_gc_alloc.h (GC_aux_template.GC_update_byte_counters):
Implement (counters update logic is moved from GC_out_of_line_malloc).
* include/new_gc_alloc.h (single_client_gc_alloc_template): Add
comment (copied from gcinterface.md).

7059 of 9544 relevant lines covered (73.96%)

9768244.28 hits per line

Jobs
ID Job ID Ran Files Coverage
65 1007.65 (CONF_OPTIONS="--enable-gcov --enable-single-obj-compilation --enable-cplusplus --disable-shared --enable-gc-assertions" CFLAGS_EXTRA="-D USE_CUSTOM_SPECIFIC" CC_FOR_CHECK=g++ MAKEFILE_TARGETS="all" MAKEFILE_TARGETS_CHECK="check" NO_CLONE_LIBATOMIC_OPS=true REPORT_COVERAGE=true TESTS_CUSTOM_RUN=true) 24 Jul 2021 02:29PM UTC 0
73.96
Travis Job 1007.65
Source Files on build 1007
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #1007
  • 9abc279f on github
  • Prev Build on master (#1005)
  • Next Build on master (#1009)
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