mirror of
https://gitee.com/openharmony/commonlibrary_memory_utils
synced 2024-11-23 15:30:32 +00:00
update libpurgeablemem/cpp/include/purgeable_mem_base.h.
Signed-off-by: 周梦杰 <zhoumengjie7@huawei.com>
This commit is contained in:
parent
6054e3c1d4
commit
560bbb4439
@ -39,7 +39,7 @@ public:
|
||||
* While return true if content recover success.
|
||||
* OS cannot reclaim the memory of the obj's content when this
|
||||
* function return true, until EndRead() is called.
|
||||
*
|
||||
*
|
||||
* Attension: the return value must be recevied and handled,
|
||||
* since the visiting of this object with the failure result
|
||||
* will cause unsuspected result.
|
||||
@ -66,7 +66,7 @@ public:
|
||||
* While return true if content recover success.
|
||||
* OS cannot reclaim the memory of the obj's content when this
|
||||
* function return true, until EndWrite() is called.
|
||||
*
|
||||
*
|
||||
* Attension: the return value must be recevied and handled,
|
||||
* since the visiting of this object with the failure result
|
||||
* will cause unsuspected result.
|
||||
|
Loading…
Reference in New Issue
Block a user