Skip to content

Commit ac1dc02

Browse files
committed
fix description of memUsedPool
1 parent 67fa533 commit ac1dc02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mmdata.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,8 @@ long poolTotalFree = 0; /* Total amount of free space allocated in pool */
232232
* at the end of the array are unused. Its current usage is given by
233233
* \ref memUsedPoolSize. Its capacity is given by \ref memUsedPoolMax.
234234
*
235+
* \attention The pool may contain full \ref block "blocks".
236+
*
235237
* \invariant Each block in the used blocks array has its index noted in its
236238
* hidden header, for backward reference.
237239
*

0 commit comments

Comments
 (0)