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 09c3d7dbc5663c45ef705ce60bcd16b05671253c..135b46805cc5a5163153456e70271506d0e03c05 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内存的总大小。 +底层依赖的mallinfo接口尚未实现,目前返回结果为空。 + **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug **返回值:** @@ -39,6 +41,8 @@ getNativeHeapAllocatedSize(): bigint 获取native heap内存的已分配内存大小。 +底层依赖的mallinfo接口尚未实现,目前返回结果为空。 + **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug @@ -60,6 +64,8 @@ getNativeHeapFreeSize(): bigint 获取native heap内存的空闲内存大小。 +底层依赖的mallinfo接口尚未实现,目前返回结果为空。 + **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug