Defines the data structure into which the performance information for memory pools is stored.
More...
#include <rkhmempool.h>
|
|
rui8_t | inits |
| | Number of pool create requests.
|
| |
|
rui8_t | gets |
| | Number of get memory block requests.
|
| |
|
rui8_t | puts |
| | Number of put memory block requests.
|
| |
|
rui8_t | free |
| | Number of no free retrieves.
|
| |
|
rui8_t | full |
| | Number of full retrieves.
|
| |
Defines the data structure into which the performance information for memory pools is stored.
Definition at line 109 of file rkhmempool.h.
The documentation for this struct was generated from the following file: