RKH
|
Defines the data structure into which the performance information for memory pools is stored. More...
#include <rkhmempool.h>
Data Fields | |
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 107 of file rkhmempool.h.