summaryrefslogtreecommitdiff
path: root/allchblk.c
diff options
context:
space:
mode:
authorIvan Maidanski <ivmai@mail.ru>2016-10-29 00:23:02 +0300
committerIvan Maidanski <ivmai@mail.ru>2016-10-29 09:46:20 +0300
commitc8286c0010b139687bc54797d297bf09fc241506 (patch)
treeb475f69f995b4e1d34fcaa59ce4063a6ad8065d8 /allchblk.c
parent455f6a2a2cc95bb341f7e341f662cfa429875b37 (diff)
downloadbdwgc-c8286c0010b139687bc54797d297bf09fc241506.tar.gz
Export GC_dump_finalization/regions()
Note: these 2 functions are not used by GC itself. * allchblk.c [!NO_DEBUGGING] (GC_dump_regions): Turn into a public definition (add GC_API+GC_CALL). * finalize.c [!NO_DEBUGGING] (GC_dump_finalization): Likewise. * include/gc.h (GC_dump_regions, GC_dump_finalization): New public API prototype.
Diffstat (limited to 'allchblk.c')
-rw-r--r--allchblk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/allchblk.c b/allchblk.c
index 2c1061e0..90331dc8 100644
--- a/allchblk.c
+++ b/allchblk.c
@@ -167,7 +167,7 @@ static int free_list_index_of(hdr *wanted)
return -1;
}
-void GC_dump_regions(void)
+GC_API void GC_CALL GC_dump_regions(void)
{
unsigned i;