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.
Dependencies: MAX44000 PWM_Tone_Library nexpaq_mdk
Fork of LED_Demo by
mem_stat_t Struct Reference
/struct mem_stat_t /brief Struct for Memory stats Buffer structure More...
#include <nsdynmemLIB.h>
Data Fields | |
int16_t | heap_sector_size |
Heap total Sector len. | |
int16_t | heap_sector_alloc_cnt |
Reserved Heap sector cnt. | |
int16_t | heap_sector_allocated_bytes |
Reserved Heap data in bytes. | |
int16_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 48 of file nsdynmemLIB.h.
Field Documentation
uint32_t heap_alloc_fail_cnt |
Counter for Heap allocation fail.
Definition at line 55 of file nsdynmemLIB.h.
uint32_t heap_alloc_total_bytes |
Total Heap allocated bytes.
Definition at line 54 of file nsdynmemLIB.h.
int16_t heap_sector_alloc_cnt |
Reserved Heap sector cnt.
Definition at line 51 of file nsdynmemLIB.h.
int16_t heap_sector_allocated_bytes |
Reserved Heap data in bytes.
Definition at line 52 of file nsdynmemLIB.h.
int16_t heap_sector_allocated_bytes_max |
Reserved Heap data in bytes max value.
Definition at line 53 of file nsdynmemLIB.h.
int16_t heap_sector_size |
Heap total Sector len.
Definition at line 50 of file nsdynmemLIB.h.
Generated on Tue Jul 12 2022 12:29:08 by
