From 32f9e081908c305a94c64c14629141002636fd77 Mon Sep 17 00:00:00 2001 From: j30012456 Date: Tue, 17 May 2022 16:14:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8E=A5=E5=8F=A3=E8=AF=B4?= =?UTF-8?q?=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: j30012456 --- zh-cn/application-dev/reference/apis/js-apis-hidebug.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-hidebug.md b/zh-cn/application-dev/reference/apis/js-apis-hidebug.md index 135b46805c..58da6c591b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-hidebug.md +++ b/zh-cn/application-dev/reference/apis/js-apis-hidebug.md @@ -18,7 +18,7 @@ getNativeHeapSize(): bigint 获取native heap内存的总大小。 -底层依赖的mallinfo接口尚未实现,目前返回结果为空。 +本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。 **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug @@ -41,7 +41,7 @@ getNativeHeapAllocatedSize(): bigint 获取native heap内存的已分配内存大小。 -底层依赖的mallinfo接口尚未实现,目前返回结果为空。 +本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。 **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug @@ -64,7 +64,7 @@ getNativeHeapFreeSize(): bigint 获取native heap内存的空闲内存大小。 -底层依赖的mallinfo接口尚未实现,目前返回结果为空。 +本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。 **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug -- GitLab