From 538ff4bf4367313faf2ac07317c4f651f3a5bb9d Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Thu, 7 Aug 2025 07:25:42 +0000 Subject: [PATCH] =?UTF-8?q?=E8=93=9D=E9=BB=84=E5=90=8C=E6=AD=A5=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= 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 insertion(+) diff --git a/hiviewdfx/hidebug/include/hidebug/hidebug.h b/hiviewdfx/hidebug/include/hidebug/hidebug.h index 316c90c5e6d..287cf4433ec 100644 --- a/hiviewdfx/hidebug/include/hidebug/hidebug.h +++ b/hiviewdfx/hidebug/include/hidebug/hidebug.h @@ -180,6 +180,7 @@ 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