From 560199b3f344e9f1bfa0320243821f8e43c51a2a Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Wed, 6 Aug 2025 12:01:31 +0000 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=A4=9A=E4=BD=99=E7=A9=BA?= =?UTF-8?q?=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- hiviewdfx/hidebug/include/hidebug/hidebug.h | 1 - 1 file changed, 1 deletion(-) diff --git a/hiviewdfx/hidebug/include/hidebug/hidebug.h b/hiviewdfx/hidebug/include/hidebug/hidebug.h index 76182c86a..316c90c5e 100644 --- a/hiviewdfx/hidebug/include/hidebug/hidebug.h +++ b/hiviewdfx/hidebug/include/hidebug/hidebug.h @@ -180,7 +180,6 @@ HiDebug_ErrorCode OH_HiDebug_SetMallocDispatchTable(struct HiDebug_MallocDispatc * @brief Obtain current MallocDispatch table. * * @return Returns a pointer to MallocDispatch table on success, or NULL on failure. - * @since 20 */ HiDebug_MallocDispatch* OH_HiDebug_GetDefaultMallocDispatchTable(void); -- Gitee