aboutsummaryrefslogtreecommitdiff
path: root/py/gc.h
diff options
context:
space:
mode:
authorDamien George <damien.p.george@gmail.com>2014-02-26 22:55:59 +0000
committerDamien George <damien.p.george@gmail.com>2014-02-26 22:55:59 +0000
commitce1162ab15e69c42157aea4ecc341cc5044e2477 (patch)
tree41cca7b2de6c4895c4690551eeb721d132c845ba /py/gc.h
parent41eb6086b757a3ca1b2507a15a9ffcce2ad27d1f (diff)
GC: Fix printf formats for debugging; add gc_dump_alloc_table.
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);