From b25c847bcad52710a6579206b88aa8c89c0f0c53 Mon Sep 17 00:00:00 2001 From: yuhaoqiang Date: Wed, 13 Aug 2025 10:30:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=AE=E5=BC=82=E5=90=8C=E6=AD=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Idedb656f17c9f36c10341c570fb1b35cc3bbac78 Signed-off-by: yuhaoqiang --- hiviewdfx/hidebug/include/hidebug/hidebug_type.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hiviewdfx/hidebug/include/hidebug/hidebug_type.h b/hiviewdfx/hidebug/include/hidebug/hidebug_type.h index 73c566a35f5..9ff70423aea 100644 --- a/hiviewdfx/hidebug/include/hidebug/hidebug_type.h +++ b/hiviewdfx/hidebug/include/hidebug/hidebug_type.h @@ -185,7 +185,7 @@ typedef enum HiDebug_TraceFlag { * @brief Defines structure type for MallocDispatch table. * * @since 20 -*/ + */ typedef struct HiDebug_MallocDispatch { void* (*malloc)(size_t); void* (*calloc)(size_t, size_t); -- Gitee