|
StuBS
|
C++ runtime support functions. More...
#include "types.h"Functions | |
| void | operator delete (void *ptr) |
| void | operator delete (void *ptr, size_t size) |
| int | __cxa_atexit (void(*func)(void *), void *arg, void *dso_handle) |
| void | __cxa_pure_virtual () |
C++ runtime support functions.
| void operator delete | ( | void * | ptr | ) |
| void operator delete | ( | void * | ptr, |
| size_t | size | ||
| ) |
| int __cxa_atexit | ( | void(*)(void *) | func, |
| void * | arg, | ||
| void * | dso_handle | ||
| ) |
| void __cxa_pure_virtual | ( | ) |