ProtoTracer  1.0
Real-time 3D rendering and animation engine
Loading...
Searching...
No Matches
Debug.h File Reference

Utility class for debugging and monitoring system memory. More...

#include <Arduino.h>
Include dependency graph for Debug.h:
This graph shows which files directly or indirectly include this file:

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).
 

Detailed Description

Utility class for debugging and monitoring system memory.

22/12/2024 22/12/2024

Version
1.0 Coela Can't! Coela Can't

Definition in file Debug.h.

Variable Documentation

◆ __brkval

char* __brkval
extern

Current break value indicating the end of the heap (defined externally).

Referenced by Debug::FreeMem().

◆ _heap_end

unsigned long _heap_end
extern

End of the heap memory (defined externally).

Referenced by Debug::FreeMem().

◆ _heap_start

unsigned long _heap_start
extern

Start of the heap memory (defined externally).