From e9d6ca55b1b2b531ea0ddee30cf841ef05e76a07 Mon Sep 17 00:00:00 2001 From: wangwenjun Date: Thu, 19 Jun 2025 11:27:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Eapi=E9=9C=80=E8=A6=81?= =?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 70cf26b70..156aece76 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 19 */ int malloc_check_from_ptr(void *ptr); -- Gitee