Gets the heap's statistics.
int heap_stats( MPOOL_STATS * stats );
stats
Use this call only in a low-priority context as it may slow your system. The process' heap is locked for the duration of the call.
0
(zero)
0
(zero)
EINVAL |
The pool is not a valid MPOOL, the value of stats is NULL, or an internal error was detected. |
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 4.0 | intime/rt/include/heap.h | heap.h | clib.lib |