Skip to content

Commit 67fa533

Browse files
committed
clarify post cond. of addToUsedPool
1 parent da73b5c commit 67fa533

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/mmdata.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,8 @@ void poolFree(void *ptr);
332332
* If this condition is violated \ref bug is called and the function returns
333333
* without further action.
334334
* \post
335-
* \ref poolTotalFree is the current free space in bytes in both pools.
335+
* - \ref poolTotalFree is the current free space in bytes in both pools.
336+
* - A full \ref block is not added to \ref memUsedPool by this function.
336337
*/
337338
void addToUsedPool(void *ptr);
338339
/* Purges reset memory pool usage */

0 commit comments

Comments
 (0)