aboutsummaryrefslogtreecommitdiff
path: root/src/runtime/malloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/runtime/malloc.h')
-rw-r--r--src/runtime/malloc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/runtime/malloc.h b/src/runtime/malloc.h
index adb8d3d677..f19751a0c5 100644
--- a/src/runtime/malloc.h
+++ b/src/runtime/malloc.h
@@ -197,6 +197,8 @@ struct MLink
// if accessed. Used only for debugging the runtime.
void* runtime·sysAlloc(uintptr nbytes, uint64 *stat);
+void runtime·sysMarkStack(void *v, uintptr nbytes);
+void runtime·sysUnmarkStack(void *v, uintptr nbytes);
void runtime·SysFree(void *v, uintptr nbytes, uint64 *stat);
void runtime·SysUnused(void *v, uintptr nbytes);
void runtime·SysUsed(void *v, uintptr nbytes);