![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Utility class for debugging and monitoring system memory. More...
#include <Arduino.h>
Go to the source code of this file.
Classes | |
class | Debug |
Provides debugging utilities for memory analysis. More... | |
Variables | |
unsigned long | _heap_start |
Start of the heap memory (defined externally). | |
unsigned long | _heap_end |
End of the heap memory (defined externally). | |
char * | __brkval |
Current break value indicating the end of the heap (defined externally). | |
Utility class for debugging and monitoring system memory.
22/12/2024 22/12/2024
Definition in file Debug.h.
|
extern |
Current break value indicating the end of the heap (defined externally).
Referenced by Debug::FreeMem().
End of the heap memory (defined externally).
Referenced by Debug::FreeMem().