C++ Crashkurs
libcxx.cc File Reference
C++ runtime support functions. More...
#include "types.h"
Include dependency graph for libcxx.cc:
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 () |
Detailed Description
C++ runtime support functions.