Gets the statistics for a memory pool.
BOOLEAN mpool_stats(
MPOOL pool,
MPOOL_STATS * stats
);
pool
stats
Use this call only in a low-priority context as it may slow your system. The pool is locked for the duration of the call.
EINVAL |
The heap is deleted. |
EINVAL |
The pool is not a valid MPOOL stats is NULL, or an internal error exists. |
| Versions | Defined in | Include | Link to |
|---|---|---|---|
| INtime 4.0 | intime/rt/include/mpool.h | mpool.h | clib.lib |