From ae10364559e037677625c602ffe3c11d440b19e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E6=9C=88=E5=85=B3?= Date: Fri, 14 Mar 2025 05:45:36 +0000 Subject: [PATCH] update third_party/musl/ndk_musl_include/malloc.h. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 李月关 --- third_party/musl/ndk_musl_include/malloc.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/third_party/musl/ndk_musl_include/malloc.h b/third_party/musl/ndk_musl_include/malloc.h index 4817d5a5e..496008ed0 100644 --- a/third_party/musl/ndk_musl_include/malloc.h +++ b/third_party/musl/ndk_musl_include/malloc.h @@ -35,6 +35,8 @@ void *memalign(size_t, size_t); size_t malloc_usable_size(void *); int mallopt(int param, int value); +struct mallinfo mallinfo(void); + struct mallinfo { int arena; int ordblks; -- Gitee