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, 1 insertions, 1 deletions
diff --git a/src/runtime/malloc.h b/src/runtime/malloc.h
index 5d2916af12..8b4d76919a 100644
--- a/src/runtime/malloc.h
+++ b/src/runtime/malloc.h
@@ -208,7 +208,7 @@ struct MSpan
MSpan *prev; // in a span linked list
PageID start; // starting page number
uintptr npages; // number of pages in span
- void *freelist; // list of free objects
+ MLink *freelist; // list of free objects
uint32 ref; // number of allocated objects in this span
uint32 sizeclass; // size class
uint32 state; // MSpanInUse or MSpanFree