Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of OmniWheels by
mem_stat_t Struct Reference
/struct mem_stat_t /brief Struct for Memory stats Buffer structure More...
#include <nsdynmemLIB.h>
Data Fields | |
ns_mem_heap_size_t | heap_sector_size |
Heap total Sector len. | |
ns_mem_heap_size_t | heap_sector_alloc_cnt |
Reserved Heap sector cnt. | |
ns_mem_heap_size_t | heap_sector_allocated_bytes |
Reserved Heap data in bytes. | |
ns_mem_heap_size_t | heap_sector_allocated_bytes_max |
Reserved Heap data in bytes max value. | |
uint32_t | heap_alloc_total_bytes |
Total Heap allocated bytes. | |
uint32_t | heap_alloc_fail_cnt |
Counter for Heap allocation fail. |
Detailed Description
/struct mem_stat_t /brief Struct for Memory stats Buffer structure
Definition at line 57 of file nsdynmemLIB.h.
Field Documentation
uint32_t heap_alloc_fail_cnt |
Counter for Heap allocation fail.
Definition at line 64 of file nsdynmemLIB.h.
uint32_t heap_alloc_total_bytes |
Total Heap allocated bytes.
Definition at line 63 of file nsdynmemLIB.h.
ns_mem_heap_size_t heap_sector_alloc_cnt |
Reserved Heap sector cnt.
Definition at line 60 of file nsdynmemLIB.h.
ns_mem_heap_size_t heap_sector_allocated_bytes |
Reserved Heap data in bytes.
Definition at line 61 of file nsdynmemLIB.h.
ns_mem_heap_size_t heap_sector_allocated_bytes_max |
Reserved Heap data in bytes max value.
Definition at line 62 of file nsdynmemLIB.h.
ns_mem_heap_size_t heap_sector_size |
Heap total Sector len.
Definition at line 59 of file nsdynmemLIB.h.
Generated on Fri Jul 22 2022 04:54:13 by
