NanoStack lib for Cortex-M4

Dependents:   mbedEndpointNetwork mbedEndpointNetworkMJK

Fork of Nanostack_lib by Sensinode

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 31 of file nsdynmemLIB.h.


Field Documentation

Counter for Heap allocation fail.

Definition at line 39 of file nsdynmemLIB.h.

Total Heap allocated bytes.

Definition at line 38 of file nsdynmemLIB.h.

Reserved Heap sector cnt.

Definition at line 35 of file nsdynmemLIB.h.

Reserved Heap data in bytes.

Definition at line 36 of file nsdynmemLIB.h.

Reserved Heap data in bytes max value.

Definition at line 37 of file nsdynmemLIB.h.

Heap total Sector len.

Definition at line 34 of file nsdynmemLIB.h.