update libpurgeablemem/cpp/include/purgeable_mem_base.h.

Signed-off-by: 周梦杰 <zhoumengjie7@huawei.com>
This commit is contained in:
周梦杰 2024-09-19 02:14:12 +00:00 committed by Gitee
parent 6054e3c1d4
commit 560bbb4439
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -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.