Skip to content

Commit 61a4c78

Browse files
committed
fix doc of getPoolStats
1 parent 7beeb0e commit 61a4c78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mmdata.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ void addToUsedPool(void *ptr);
370370
void memFreePoolPurge(flag untilOK);
371371
/* Statistics */
372372
/*!
373-
* \fn getPoolStats
373+
* \fn getPoolStats(long *freeAlloc, long *usedAlloc, long *usedActual)
374374
* \brief Provide information about memory in pools at the instant of call.
375375
*
376376
* Return the overall statistics about the pools \ref memFreePool

0 commit comments

Comments
 (0)