Memory Pool Information. More...
#include <rtx_os.h>
Data Fields | |
uint32_t | max_blocks |
Maximum number of Blocks. More... | |
uint32_t | used_blocks |
Number of used Blocks. More... | |
uint32_t | block_size |
Block Size. More... | |
void * | block_base |
Block Memory Base Address. More... | |
void * | block_lim |
Block Memory Limit Address. More... | |
void * | block_free |
First free Block Address. More... | |