#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) |
void | operator delete (void *p) |
void | operator delete[] (void *p) |
|
Definition at line 106 of file NoDelete.C. |
|
Definition at line 107 of file NoDelete.C. |
|
Definition at line 70 of file NoDelete.C. References operator(). |
|
Definition at line 34 of file NoDelete.C. References operator(). |
|
Definition at line 87 of file NoDelete.C. References operator(). |
|
Definition at line 52 of file NoDelete.C. References operator(). |