Modifications

Sauter à la navigation Sauter à la recherche
47 octets ajoutés ,  31 août 2013 à 10:40
Ligne 52 : Ligne 52 :  
What free_ram() is actually reporting is the space between the heap and the stack. it does not report any de-allocated memory that is buried in the heap. Buried heap space is not usable by the stack, and may be fragmented enough that it is not usable for many heap allocations either. The space between the heap and the stack is what you really need to monitor if you are trying to avoid stack crashes.  
 
What free_ram() is actually reporting is the space between the heap and the stack. it does not report any de-allocated memory that is buried in the heap. Buried heap space is not usable by the stack, and may be fragmented enough that it is not usable for many heap allocations either. The space between the heap and the stack is what you really need to monitor if you are trying to avoid stack crashes.  
   −
{{ADFImage|Arduino-Memoire-41.jpg}}
+
{{ADFImage|Arduino-Memoire-41.jpg|480px}}
 +
<small>Traduction par MCHobby.be</small>
    
{{Arduino-Memoire-TRAILER}}
 
{{Arduino-Memoire-TRAILER}}
29 918

modifications

Menu de navigation