#include <sys/types.h>
#include <new>
#include "Basics.H"
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) |
|
Definition at line 70 of file NoGC.C. References operator(). |
|
Definition at line 34 of file NoGC.C. References operator(). |
|
Definition at line 87 of file NoGC.C. References operator(). |
|
Definition at line 52 of file NoGC.C. References operator(). |