From a9eae24a838ccc38695b1b50734bac5a034350bf Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Sun, 14 May 2023 22:02:43 +0800 Subject: [PATCH 1/2] Update memheap.c --- src/memheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memheap.c b/src/memheap.c index 0df9ed41eda..e1eb4fd3574 100644 --- a/src/memheap.c +++ b/src/memheap.c @@ -19,7 +19,7 @@ * 2013-07-15 Grissiom optimize rt_memheap_realloc * 2021-06-03 Flybreak Fix the crash problem after opening Oz optimization on ac6. * 2023-03-01 Bernard Fix the alignment issue for minimal size - */ + */ #include #include From 71ade206068f15e0eb4b5ec482a43e4e74ce7ae4 Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Sun, 14 May 2023 22:03:16 +0800 Subject: [PATCH 2/2] Update memheap.c --- src/memheap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/memheap.c b/src/memheap.c index e1eb4fd3574..3a15cc068b1 100644 --- a/src/memheap.c +++ b/src/memheap.c @@ -20,7 +20,7 @@ * 2021-06-03 Flybreak Fix the crash problem after opening Oz optimization on ac6. * 2023-03-01 Bernard Fix the alignment issue for minimal size */ - + #include #include