|
Infuse-IoT SDK API 0.0.1
A Scalable Open Source RTOS
|
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. | |
struct k_heap information
| uint32_t rpc_struct_heap_info::addr |
Address of the heap structure.
| uint32_t rpc_struct_heap_info::allocated_bytes |
Number of bytes currently allocated.
| uint32_t rpc_struct_heap_info::free_bytes |
Number of bytes currently free.
| uint32_t rpc_struct_heap_info::max_allocated_bytes |
Maximum number of bytes ever concurrently allocated.