RKH
RKH_MPI_T Struct Reference

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.
 

Detailed Description

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: