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

ivmai / bdwgc / 1232 / 5
77%
master: 77%

Build:
DEFAULT BRANCH: master
Ran 27 Feb 2022 10:05PM UTC
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

27 Feb 2022 09:59PM UTC coverage: 73.839% (+0.3%) from 73.562%
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

push

travis-ci-com

ivmai
Return free memory to OS explicitly before getting new memory from OS

* allchblk.c [USE_MUNMAP] (MUNMAP_THRESHOLD, GC_unmap_threshold): Move
to alloc.c.
* allchblk.c [USE_MUNMAP] (GC_unmap_threshold): Change type from int to
unsigned.
* include/private/gc_priv.h [USE_MUNMAP] (GC_unmap_threshold):
Likewise.
* allchblk.c [USE_MUNMAP] (GC_unmap_old): Add threshold parameter.
* include/private/gc_priv.h [USE_MUNMAP] (GC_unmap_old): Likewise.
* allchblk.c [USE_MUNMAP] (GC_unmap_old): Do not skip unmapping if
GC_unmap_threshold is 0; use threshold instead of GC_unmap_threshold.
* alloc.c [USE_MUNMAP] (GC_finish_collection): Do not call GC_unmap_old
if GC_unmap_threshold is 0; pass GC_unmap_threshold to GC_unmap_old.
* alloc.c [USE_MUNMAP] (GC_collect_or_expand): Call GC_unmap_old(0)
before GC_expand_hp_inner if GC_unmap_threshold > 1; add comment.

7268 of 9843 relevant lines covered (73.84%)

9927709.87 hits per line

Source Files on job 1232.5 (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)
  • Tree
  • List 0
  • Changed 35
  • Source Changed 5
  • Coverage Changed 35
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 803
  • Travis Job 1232.5
  • e700c781 on github
  • Prev Job for 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 on master (#1231.5)
  • Next Job for 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 on master (#1235.5)
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