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

bdwgc / bdwgc / 1971
73%

Build:
DEFAULT BRANCH: master
Ran 22 Dec 2025 04:43AM 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: 72.991% (-0.1%) from 73.087%
1971

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)

6459 of 8849 relevant lines covered (72.99%)

13936981.14 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
3
76.12
-0.64% allchblk.c
4
66.91
-0.59% finalize.c
9
57.84
0.0% dyn_load.c
121
38.68
-0.2% dbg_mlc.c
Jobs
ID Job ID Ran Files Coverage
1 1971.1 22 Dec 2025 04:43AM UTC 37
72.99
Travis Job
Source Files on build 1971
  • Tree
  • List 37
  • Changed 18
  • Source Changed 18
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Travis Build #1971
  • 32b74811 on github
  • Prev Build on master (#1958)
  • Next Build on master (#1976)
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