mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-27 00:41:01 +00:00
API Lint
Signed-off-by: 蔡一鸣 <caiyiming4@huawei.com>
This commit is contained in:
parent
9534773a5f
commit
e64d1e5cac
@ -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 */
|
||||||
|
/** @} */
|
Loading…
Reference in New Issue
Block a user