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 da73b5c commit 67fa533Copy full SHA for 67fa533
src/mmdata.h
@@ -332,7 +332,8 @@ void poolFree(void *ptr);
332
* If this condition is violated \ref bug is called and the function returns
333
* without further action.
334
* \post
335
- * \ref poolTotalFree is the current free space in bytes in both pools.
+ * - \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.
337
*/
338
void addToUsedPool(void *ptr);
339
/* Purges reset memory pool usage */
0 commit comments