joey shelton / LED_Demo

Dependencies:   MAX44000 PWM_Tone_Library nexpaq_mdk

Fork of LED_Demo by Maxim nexpaq

Embed: (wiki syntax)

« Back to documentation index

mem_stat_t Struct Reference

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

Counter for Heap allocation fail.

Definition at line 55 of file nsdynmemLIB.h.

Total Heap allocated bytes.

Definition at line 54 of file nsdynmemLIB.h.

Reserved Heap sector cnt.

Definition at line 51 of file nsdynmemLIB.h.

Reserved Heap data in bytes.

Definition at line 52 of file nsdynmemLIB.h.

Reserved Heap data in bytes max value.

Definition at line 53 of file nsdynmemLIB.h.

Heap total Sector len.

Definition at line 50 of file nsdynmemLIB.h.