aboutsummaryrefslogtreecommitdiff
path: root/src/pkg/runtime/malloc.h
diff options
context:
space:
mode:
authorJan Ziak <0xe2.0x9a.0x9b@gmail.com>2013-01-10 15:45:46 -0500
committerRuss Cox <rsc@golang.org>2013-01-10 15:45:46 -0500
commit9204eb4d3ce3ba49cce7d24f4e373d230f865848 (patch)
treec18c7fd932f92ae8aecdeb8cc725c1b89c739a8e /src/pkg/runtime/malloc.h
parentdd1c3714bb4566973de830947f486e7e03f9f614 (diff)
downloadgo-9204eb4d3ce3ba49cce7d24f4e373d230f865848.tar.xz
runtime: interpret type information during garbage collection
R=rsc, dvyukov, remyoudompheng, dave, minux.ma, bradfitz CC=golang-dev https://golang.org/cl/6945069
Diffstat (limited to 'src/pkg/runtime/malloc.h')
-rw-r--r--src/pkg/runtime/malloc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/malloc.h b/src/pkg/runtime/malloc.h
index 916b473a00..e6138cfaec 100644
--- a/src/pkg/runtime/malloc.h
+++ b/src/pkg/runtime/malloc.h
@@ -489,5 +489,6 @@ enum
// defined in mgc0.go
void runtime·gc_m_ptr(Eface*);
+void runtime·gc_itab_ptr(Eface*);
void runtime·memorydump(void);