libpropeller
Making PropellerGCC Easier
 All Classes Files Functions Variables Enumerations Enumerator Macros Pages
Functions | Variables
c++allocate.h File Reference
#include <cstdlib>
#include <new>
Include dependency graph for c++allocate.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void * operator new (std::size_t sz)
 
void * operator new[] (std::size_t sz)
 
void operator delete (void *ptr)
 

Variables

new_handler __new_handler
 

Function Documentation

void operator delete ( void *  ptr)
void* operator new ( std::size_t  sz)
void* operator new[] ( std::size_t  sz)

Variable Documentation

new_handler __new_handler