提交 9399915c 编写于 作者: J j30012456

增加接口说明

Signed-off-by: Nj30012456 <jiangyuan29@huawei.com>
上级 b441a94f
...@@ -18,6 +18,8 @@ getNativeHeapSize(): bigint ...@@ -18,6 +18,8 @@ getNativeHeapSize(): bigint
获取native heap内存的总大小。 获取native heap内存的总大小。
底层依赖的mallinfo接口尚未实现,目前返回结果为空。
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
**返回值:** **返回值:**
...@@ -39,6 +41,8 @@ getNativeHeapAllocatedSize(): bigint ...@@ -39,6 +41,8 @@ getNativeHeapAllocatedSize(): bigint
获取native heap内存的已分配内存大小。 获取native heap内存的已分配内存大小。
底层依赖的mallinfo接口尚未实现,目前返回结果为空。
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
...@@ -60,6 +64,8 @@ getNativeHeapFreeSize(): bigint ...@@ -60,6 +64,8 @@ getNativeHeapFreeSize(): bigint
获取native heap内存的空闲内存大小。 获取native heap内存的空闲内存大小。
底层依赖的mallinfo接口尚未实现,目前返回结果为空。
**系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug **系统能力:** SystemCapability.HiviewDFX.HiProfiler.HiDebug
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册