From 6533261022c78a156063fda1197132838325aa07 Mon Sep 17 00:00:00 2001 From: zengyawen Date: Fri, 14 Apr 2023 09:16:16 +0000 Subject: [PATCH] add nativeapis Signed-off-by: zengyawen --- .../native-apis/native__avmemory_8h.md | 25 +++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/en/application-dev/reference/native-apis/native__avmemory_8h.md b/en/application-dev/reference/native-apis/native__avmemory_8h.md index e69de29bb2..b1842e1213 100644 --- a/en/application-dev/reference/native-apis/native__avmemory_8h.md +++ b/en/application-dev/reference/native-apis/native__avmemory_8h.md @@ -0,0 +1,25 @@ +# native_avmemory.h + + +## Overview + +Declares the memory-related functions. + +**Since:** +9 + +**Related Modules:** + +[Core](_core.md) + + +## Summary + + + +### Functions + +| Name | Description | +| -------- | -------- | +| [OH_AVMemory_GetAddr](_core.md#oh_avmemory_getaddr) (struct OH_AVMemory \*mem) | Obtains the virtual memory address of an **OH_AVMemory** instance. | +| [OH_AVMemory_GetSize](_core.md#oh_avmemory_getsize) (struct OH_AVMemory \*mem) | Obtains the memory size of an **OH_AVMemory** instance. | -- GitLab