LSH-Core
A robust C++ framework for Arduino-based home automation nodes
Loading...
Searching...
No Matches
__freelist Struct Reference

Internal structure used by avr-libc to manage the free memory list. More...

Collaboration diagram for __freelist:
Collaboration graph

Public Attributes

size_t sz
 Size of the free block.
 
struct __freelistnx
 Pointer to the next free block.
 

Detailed Description

Internal structure used by avr-libc to manage the free memory list.


The documentation for this struct was generated from the following file: