MOS Source Code
Loading...
Searching...
No Matches
cpp_support.cpp File Reference
#include <cxxabi.h>
#include <mos/lib/sync/mutex.h>
#include <mos_stdlib.h>
#include <new>
+ Include dependency graph for cpp_support.cpp:

Go to the source code of this file.

Functions

voidoperator new (size_t size)
 
voidoperator new[] (size_t size)
 
void operator delete (void *p) noexcept
 
void operator delete (void *ptr, long unsigned int sz)
 
void operator delete[] (void *ptr, long unsigned int sz)
 
void operator delete[] (void *p) noexcept
 
int __cxa_atexit (void(*destructor)(void *), void *arg, void *dso)
 

Variables

void__dso_handle = (void *) 0xcdcdcdcdcdcdcdcd
 

Function Documentation

◆ operator new()

void * operator new ( size_t size)

Definition at line 10 of file cpp_support.cpp.

+ Here is the call graph for this function:

◆ operator new[]()

void * operator new[] ( size_t size)

Definition at line 15 of file cpp_support.cpp.

+ Here is the call graph for this function:

◆ operator delete() [1/2]

void operator delete ( void * p)
noexcept

Definition at line 20 of file cpp_support.cpp.

◆ operator delete() [2/2]

void operator delete ( void * ptr,
long unsigned int sz )

Definition at line 25 of file cpp_support.cpp.

◆ operator delete[]() [1/2]

void operator delete[] ( void * ptr,
long unsigned int sz )

Definition at line 31 of file cpp_support.cpp.

◆ operator delete[]() [2/2]

void operator delete[] ( void * p)
noexcept

Definition at line 37 of file cpp_support.cpp.

◆ __cxa_atexit()

int __cxa_atexit ( void(* destructor )(void *),
void * arg,
void * dso )

Definition at line 42 of file cpp_support.cpp.

Variable Documentation

◆ __dso_handle

void* __dso_handle = (void *) 0xcdcdcdcdcdcdcdcd

Definition at line 8 of file cpp_support.cpp.