AVRTools
A Library for the AVR ATmega328 and ATmega2560 Microcontrollers
new.h File Reference

This file provides operator new and operator delete. You only need this file if you use new and delete to manage objects on the heap. More...

#include <stdlib.h>
Include dependency graph for new.h:

Go to the source code of this file.

Detailed Description

This file provides operator new and operator delete. You only need this file if you use new and delete to manage objects on the heap.

If you do use new and delete, then include new.h in your source files and link your project against new.cpp.

Note
The AVRTools library does not itself make any use of heap storage or the new or delete operators.