RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_memory结构体 参考

#include <rtdef.h>

成员变量

struct rt_object parent
 
const char * algorithm
 
rt_ubase_t address
 
rt_size_t total
 
rt_size_t used
 
rt_size_t max
 

详细描述

在文件 rtdef.h1143 行定义.

结构体成员变量说明

◆ parent

struct rt_object rt_memory::parent

inherit from rt_object

在文件 rtdef.h1145 行定义.

◆ algorithm

const char* rt_memory::algorithm

Memory management algorithm name

在文件 rtdef.h1146 行定义.

◆ address

rt_ubase_t rt_memory::address

memory start address

在文件 rtdef.h1147 行定义.

◆ total

rt_size_t rt_memory::total

memory size

在文件 rtdef.h1148 行定义.

◆ used

rt_size_t rt_memory::used

size used

在文件 rtdef.h1149 行定义.

◆ max

rt_size_t rt_memory::max

maximum usage

在文件 rtdef.h1150 行定义.