APM:Libraries
Functions
c++.cpp File Reference
#include <AP_HAL/AP_HAL.h>
#include <stdlib.h>
Include dependency graph for c++.cpp:

Go to the source code of this file.

Functions

void * operator new (size_t size)
 
void operator delete (void *p)
 
void * operator new[] (size_t size)
 
void operator delete[] (void *ptr)
 

Function Documentation

◆ operator delete()

void operator delete ( void *  p)

Definition at line 22 of file c++.cpp.

Here is the call graph for this function:

◆ operator delete[]()

void operator delete[] ( void *  ptr)

Definition at line 35 of file c++.cpp.

Here is the call graph for this function:

◆ operator new()

void* operator new ( size_t  size)

Definition at line 14 of file c++.cpp.

Here is the call graph for this function:

◆ operator new[]()

void* operator new[] ( size_t  size)

Definition at line 27 of file c++.cpp.

Here is the call graph for this function: