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

bdwgc / bdwgc / 1976
73%

Build:
DEFAULT BRANCH: master
Ran 25 Dec 2025 03:18PM UTC
Jobs 1
Files 37
Run time 1min
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

22 Dec 2025 04:35AM UTC coverage: 73.579% (+0.6%) from 72.991%
1976

push

travis-ci

ivmai
Control redirection internally using REDIRECT_MALLOC_DEBUG/UNCOLLECTABLE
(refactoring)

This commit replaces `REDIRECT_MALLOC`, `REDIRECT_REALLOC`,
`REDIRECT_FREE` control macros as follows:
- `-D REDIRECT_MALLOC=GC_malloc` to `-D REDIRECT_MALLOC`;
- `-D REDIRECT_MALLOC=GC_malloc_uncollectable` to
  `-D REDIRECT_MALLOC_UNCOLLECTABLE`;
- `-D REDIRECT_MALLOC=GC_debug_malloc_replacement`,
  `-D REDIRECT_REALLOC=GC_debug_realloc_replacement`,
  `-D REDIRECT_FREE=GC_debug_free` to `-D REDIRECT_MALLOC_DEBUG`;
- `-D REDIRECT_MALLOC=GC_debug_malloc_uncollectable_replacement`,
  `-D REDIRECT_REALLOC=GC_debug_realloc_replacement`,
  `-D REDIRECT_FREE=GC_debug_free` to
  `-D REDIRECT_MALLOC_DEBUG -D REDIRECT_MALLOC_UNCOLLECTABLE`.

* CMakeLists.txt [enable_redirect_malloc]: Define `REDIRECT_MALLOC`
C macro (to the default value instead of `GC_debug_malloc_replacement`,
`GC_debug_malloc_uncollectable_replacement`, `GC_malloc_uncollectable`,
`GC_malloc`).
* build.zig [enable_redirect_malloc] (build): Likewise.
* configure.ac [$enable_redirect_malloc==yes]: Likewise.
* CMakeLists.txt [enable_redirect_malloc && enable_gc_debug]: Define
`REDIRECT_MALLOC_DEBUG` C macro; add comment.
* build.zig [enable_redirect_malloc && enable_gc_debug] (build):
Likewise.
* configure.ac [$enable_redirect_malloc==yes && $enable_gc_debug==yes]:
Likewise.
* CMakeLists.txt [enable_redirect_malloc
&& enable_uncollectable_redirection]: Define
`REDIRECT_MALLOC_UNCOLLECTABLE` C macro; add comment.
* build.zig [enable_redirect_malloc
&& enable_uncollectable_redirection] (build): Likewise.
* configure.ac [$enable_redirect_malloc==yes
&& $enable_uncollectable_redirection==yes]: Likewise.
* CMakeLists.txt [enable_redirect_malloc && enable_gc_debug]
(REDIRECT_REALLOC, REDIRECT_FREE): Do not define C macro.
* Makefile.direct (CFLAGS): Change `-D REDIRECT_MALLOC=GC_malloc` to
`-D REDIRECT_MALLOC` in comment.
* dbg_mlc.c [USE_PROC_FOR_LIBRARIES] (GC_debug_free): Check
`REDIRECT_MALLOC` instead of `R... (continued)

6511 of 8849 relevant lines covered (73.58%)

13949936.61 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
5
75.05
-1.07% allchblk.c
19
85.43
0.0% mallocx.c
Jobs
ID Job ID Ran Files Coverage
1 1976.1 25 Dec 2025 03:18PM UTC 37
73.58
Travis Job
Source Files on build 1976
  • Tree
  • List 37
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #1976
  • 32b74811 on github
  • Prev Build on master (#1971)
  • Next Build on master (#1981)
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