![]() |
ProtoTracer
1.0
Real-time 3D rendering and animation engine
|
Provides debugging utilities for memory analysis. More...
#include <Debug.h>
Static Public Member Functions | |
static float | FreeMem () |
Calculates the available free memory in the system. | |
Calculates the available free memory in the system.
This function calculates the difference between the end of the heap and the current break value, returning the result in kilobytes.
Definition at line 32 of file Debug.h.
References __brkval, and _heap_end.
Referenced by Project::PrintStats().