We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67fa533 commit ac1dc02Copy full SHA for ac1dc02
src/mmdata.c
@@ -232,6 +232,8 @@ long poolTotalFree = 0; /* Total amount of free space allocated in pool */
232
* at the end of the array are unused. Its current usage is given by
233
* \ref memUsedPoolSize. Its capacity is given by \ref memUsedPoolMax.
234
*
235
+ * \attention The pool may contain full \ref block "blocks".
236
+ *
237
* \invariant Each block in the used blocks array has its index noted in its
238
* hidden header, for backward reference.
239
0 commit comments