#include <sys/types.h>#include <new>#include "Basics.H"Include dependency graph for NoGC.C:

Go to the source code of this file.
Functions | |
| void * | operator new (size_t size, Basics::gc_no_pointers_t unused, const char *file, unsigned int line) |
| void * | operator new[] (size_t size, Basics::gc_no_pointers_t unused, const char *file, unsigned int line) |
| void * | operator new (size_t size, const char *file, unsigned int line) |
| void * | operator new[] (size_t size, const char *file, unsigned int line) |
| void* operator new | ( | size_t | size, | |
| const char * | file, | |||
| unsigned int | line | |||
| ) |
| void* operator new | ( | size_t | size, | |
| Basics::gc_no_pointers_t | unused, | |||
| const char * | file, | |||
| unsigned int | line | |||
| ) |
| void* operator new[] | ( | size_t | size, | |
| const char * | file, | |||
| unsigned int | line | |||
| ) |
| void* operator new[] | ( | size_t | size, | |
| Basics::gc_no_pointers_t | unused, | |||
| const char * | file, | |||
| unsigned int | line | |||
| ) |
1.5.1