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 7beeb0e commit 61a4c78Copy full SHA for 61a4c78
src/mmdata.h
@@ -370,7 +370,7 @@ void addToUsedPool(void *ptr);
370
void memFreePoolPurge(flag untilOK);
371
/* Statistics */
372
/*!
373
- * \fn getPoolStats
+ * \fn getPoolStats(long *freeAlloc, long *usedAlloc, long *usedActual)
374
* \brief Provide information about memory in pools at the instant of call.
375
*
376
* Return the overall statistics about the pools \ref memFreePool
0 commit comments