Signed-off-by: 蔡一鸣 <caiyiming4@huawei.com>
This commit is contained in:
蔡一鸣 2024-11-22 13:58:34 +08:00
parent 9534773a5f
commit e64d1e5cac

View File

@ -15,6 +15,7 @@
/** /**
* @addtogroup memory * @addtogroup memory
* @{
* *
* @brief provides memory management capabilities * @brief provides memory management capabilities
* *
@ -32,7 +33,7 @@
* provides features include create, begin read ,end read, begin write, end write, rebuild, and so on. * provides features include create, begin read ,end read, begin write, end write, rebuild, and so on.
* when using, it is necessary to link libpurgeable_memory_ndk.z.so * when using, it is necessary to link libpurgeable_memory_ndk.z.so
* *
* @library libpurgeablemem.so * @library libpurgeablemem.z.so
* @syscap SystemCapability.Kernel.Memory * @syscap SystemCapability.Kernel.Memory
* @kit KernelEnhanceKit * @kit KernelEnhanceKit
* @since 10 * @since 10
@ -206,4 +207,5 @@ bool OH_PurgeableMemory_AppendModify(OH_PurgeableMemory *purgObj,
#ifdef __cplusplus #ifdef __cplusplus
} }
#endif /* End of #ifdef __cplusplus */ #endif /* End of #ifdef __cplusplus */
#endif /* OHOS_UTILS_MEMORY_LIBPURGEABLEMEM_C_INCLUDE_PURGEABLE_MEMORY_H */ #endif /* OHOS_UTILS_MEMORY_LIBPURGEABLEMEM_C_INCLUDE_PURGEABLE_MEMORY_H */
/** @} */