MOS Source Code
Loading...
Searching...
No Matches
cpp_support.cpp File Reference
#include <cxxabi.h>
#include <mos/assert.hpp>
#include <mos/string.hpp>
#include <mos_stdlib.hpp>
+ Include dependency graph for cpp_support.cpp:

Go to the source code of this file.

Functions

void operator delete (void *)
 
void operator delete (void *ptr, size_t) noexcept
 
int __cxa_atexit (void(*destructor)(void *), void *arg, void *dso)
 
void abort ()
 

Variables

void__dso_handle = (void *) 0xcdcdcdcdcdcdcdcd
 

Function Documentation

◆ operator delete() [1/2]

void operator delete ( void * )

Definition at line 10 of file cpp_support.cpp.

◆ operator delete() [2/2]

void operator delete ( void * ptr,
size_t  )
noexcept

Definition at line 15 of file cpp_support.cpp.

+ Here is the call graph for this function:

◆ __cxa_atexit()

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

Definition at line 20 of file cpp_support.cpp.

Variable Documentation

◆ __dso_handle

void* __dso_handle = (void *) 0xcdcdcdcdcdcdcdcd

Definition at line 8 of file cpp_support.cpp.