Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
rpc_struct_heap_info Struct Reference

struct k_heap information More...

#include <types.h>

Data Fields

uint32_t addr
 Address of the heap structure.
 
uint32_t free_bytes
 Number of bytes currently free.
 
uint32_t allocated_bytes
 Number of bytes currently allocated.
 
uint32_t max_allocated_bytes
 Maximum number of bytes ever concurrently allocated.
 

Detailed Description

struct k_heap information

Field Documentation

◆ addr

uint32_t rpc_struct_heap_info::addr

Address of the heap structure.

◆ allocated_bytes

uint32_t rpc_struct_heap_info::allocated_bytes

Number of bytes currently allocated.

◆ free_bytes

uint32_t rpc_struct_heap_info::free_bytes

Number of bytes currently free.

◆ max_allocated_bytes

uint32_t rpc_struct_heap_info::max_allocated_bytes

Maximum number of bytes ever concurrently allocated.


The documentation for this struct was generated from the following file: