|
UbixOS V2
2.0
|

Go to the source code of this file.
Functions | |
| int | __cxa_atexit (void(*func)(void *), void *arg, void *d) |
| void | __cxa_pure_virtual () |
| void | __dso_handle () |
| void | __pure_virtual () |
| void | operator delete (void *ptr) |
| void | operator delete[] (void *ptr) |
| void * | operator new (unsigned size) |
| void * | operator new[] (unsigned size) |
| int __cxa_atexit | ( | void(*)(void *) | func, |
| void * | arg, | ||
| void * | d | ||
| ) |
| void operator delete | ( | void * | ptr | ) |
| void operator delete[] | ( | void * | ptr | ) |
| void* operator new | ( | unsigned | size | ) |