summaryrefslogtreecommitdiff
path: root/py/gc.h
diff options
context:
space:
mode:
Diffstat (limited to 'py/gc.h')
-rw-r--r--py/gc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/py/gc.h b/py/gc.h
index e5286cd86..c8a1a996c 100644
--- a/py/gc.h
+++ b/py/gc.h
@@ -19,3 +19,4 @@ typedef struct _gc_info_t {
void gc_info(gc_info_t *info);
void gc_dump_info(void);
+void gc_dump_alloc_table(void);