From 0a5b046299bfccb0a5a5685a3f63bd4ea987179d Mon Sep 17 00:00:00 2001 From: Wildan M Date: Sun, 4 Jan 2026 02:44:50 +0700 Subject: [PATCH] Update dlmalloc --- dlmalloc-rs | 2 +- tests/malloc/usable_size.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dlmalloc-rs b/dlmalloc-rs index e4ba849349..3b0ee3b467 160000 --- a/dlmalloc-rs +++ b/dlmalloc-rs @@ -1 +1 @@ -Subproject commit e4ba8493497c72e15f2b9d428e1dea17e26bf188 +Subproject commit 3b0ee3b467401229b005df226bd32990ee7e3414 diff --git a/tests/malloc/usable_size.c b/tests/malloc/usable_size.c index 669b747b5b..933ebf03f2 100644 --- a/tests/malloc/usable_size.c +++ b/tests/malloc/usable_size.c @@ -28,4 +28,4 @@ int main(void) { free(ptr); return 0; -} \ No newline at end of file +}