From cb7d6b964c65fb6c83a69576916f18ef9f38998a Mon Sep 17 00:00:00 2001 From: Blaise Tine Date: Sun, 22 Oct 2023 02:25:34 -0700 Subject: [PATCH] minor update --- runtime/common/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/common/malloc.h b/runtime/common/malloc.h index 52357568..a08d9000 100644 --- a/runtime/common/malloc.h +++ b/runtime/common/malloc.h @@ -448,7 +448,7 @@ private: uint32_t pageAlign_; uint32_t blockAlign_; page_t* pages_; - uint16_t nextAddress_; + uint64_t nextAddress_; uint64_t allocated_; };