From a2566cf5e0cc39ec85231f26c39447d70ccff2f6 Mon Sep 17 00:00:00 2001 From: Johnny Willemsen Date: Mon, 19 Jun 2023 14:43:17 +0200 Subject: [PATCH] Document return values * ACE/ace/Malloc_T.h: --- ACE/ace/Malloc_T.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ACE/ace/Malloc_T.h b/ACE/ace/Malloc_T.h index 273bb013dcb..62e9c678a34 100644 --- a/ACE/ace/Malloc_T.h +++ b/ACE/ace/Malloc_T.h @@ -486,6 +486,9 @@ public: int ref_counter (); /// Release ref counter. + /// @retval 0 Success + /// @retval -1 Failure to missing control block + /// @retval >0 Memory not release because refcount is not zero int release (int close = 0); /// Releases resources allocated by this object. -- 2.11.4.GIT