Mistake on this page?
Report an issue in GitHub or email us
Data Fields
osRtxMpInfo_t Struct Reference

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...
 

Detailed Description

Memory Pool Information.

Definition at line 213 of file rtx_os.h.

Field Documentation

void* block_base

Block Memory Base Address.

Definition at line 217 of file rtx_os.h.

void* block_free

First free Block Address.

Definition at line 219 of file rtx_os.h.

void* block_lim

Block Memory Limit Address.

Definition at line 218 of file rtx_os.h.

uint32_t block_size

Block Size.

Definition at line 216 of file rtx_os.h.

uint32_t max_blocks

Maximum number of Blocks.

Definition at line 214 of file rtx_os.h.

uint32_t used_blocks

Number of used Blocks.

Definition at line 215 of file rtx_os.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.