From b2972a4433bc61a6c675a26a20f1f78bda6f7e7c Mon Sep 17 00:00:00 2001 From: j30012456 Date: Tue, 17 May 2022 16:51:39 +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, 6 insertions(+) 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 a9df14a520..abd8348729 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-hidebug.md +++ b/zh-cn/application-dev/reference/apis/js-apis-hidebug.md @@ -18,6 +18,8 @@ getNativeHeapSize(): bigint 获取native heap内存的总大小。 +本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。 + **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug **返回值:** @@ -39,6 +41,8 @@ getNativeHeapAllocatedSize(): bigint 获取native heap内存的已分配内存大小。 +本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。 + **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug @@ -60,6 +64,8 @@ getNativeHeapFreeSize(): bigint 获取native heap内存的空闲内存大小。 +本接口在OpenHarmony 3.1 Release版本仅为接口定义,暂不支持使用。 + **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug -- GitLab