diff --git a/hiviewdfx/hidebug/include/hidebug/hidebug.h b/hiviewdfx/hidebug/include/hidebug/hidebug.h index 316c90c5e6dfc8612f699c32db1c40481fed6527..287cf4433ecb57135baac30af4337b5e5e16ab09 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);