Quantum Leaps 827a825a6c 5.5.1a
2015-11-09 12:51:39 -05:00
..
2015-11-09 12:51:39 -05:00
2015-11-09 12:51:39 -05:00
2015-05-22 20:38:16 -04:00

This folder contains Minimal Embedded C++ support for the GNU g++ C++ toolset.
The provided file mini_cpp.cpp eliminates the need for linking bulky C++
libraries for new/delete and static constructors/destructors.

Additionally, the file no_heap.cpp provides dummy definitions for malloc(),
calloc(), and free() functions. This file should be used only if you don't
need the standard heap (which is highy recommended in real-time embedded
systems).