From 7738af7589daeaa54d0fc820e2ce4983707eba9c Mon Sep 17 00:00:00 2001 From: wangwenjun Date: Thu, 19 Jun 2025 11:39:02 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E8=A1=A5=E5=85=85@since=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangwenjun --- third_party/musl/ndk_musl_include/malloc.h | 1 + 1 file changed, 1 insertion(+) diff --git a/third_party/musl/ndk_musl_include/malloc.h b/third_party/musl/ndk_musl_include/malloc.h index 70cf26b70f..2da3478bc2 100644 --- a/third_party/musl/ndk_musl_include/malloc.h +++ b/third_party/musl/ndk_musl_include/malloc.h @@ -75,6 +75,7 @@ int mallopt(int param, int value); * @return 1 - The memory block was allocated using Standard C library Memory Allocator. * 0 - The memory block was not allocated using Standard C library Memory Allocator. * -1 - The function is not implemented or other error. + * @since */ int malloc_check_from_ptr(void *ptr); -- Gitee From 115ce1a906a4cda36fe02033cf4c87d91953dcab Mon Sep 17 00:00:00 2001 From: wangwenjun Date: Thu, 19 Jun 2025 14:10:07 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E8=A1=A5=E5=85=85@since=E6=A0=87=E7=AD=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangwenjun --- third_party/musl/ndk_musl_include/malloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/third_party/musl/ndk_musl_include/malloc.h b/third_party/musl/ndk_musl_include/malloc.h index 2da3478bc2..156aece764 100644 --- a/third_party/musl/ndk_musl_include/malloc.h +++ b/third_party/musl/ndk_musl_include/malloc.h @@ -75,7 +75,7 @@ int mallopt(int param, int value); * @return 1 - The memory block was allocated using Standard C library Memory Allocator. * 0 - The memory block was not allocated using Standard C library Memory Allocator. * -1 - The function is not implemented or other error. - * @since + * @since 19 */ int malloc_check_from_ptr(void *ptr); -- Gitee