#include "defs.h"#include "cxx_memory.h"#include "errors.h"
Go to the source code of this file.
Functions | |
| void * | operator new (size_t sz) |
| void | operator delete (void *ptr) |
Variables | |
| MEM_POOL * | _dummy_new_mempool = (MEM_POOL*) -1 |
| MEM_POOL * | _dummy_delete_mempool = (MEM_POOL*) -1 |
| size_t | _dummy_pad = 0 |
| int | _alloc_callsite_line = 0 |
| const char * | _alloc_callsite_file = NULL |
| void operator delete | ( | void * | ptr | ) |
Definition at line 163 of file cxx_memory.cxx.
References DevWarn(), and MEM_POOL_FREE.

| void* operator new | ( | size_t | sz | ) |
Definition at line 137 of file cxx_memory.cxx.
References _alloc_callsite_file, _alloc_callsite_line, _dummy_pad, DevWarn(), and MEM_POOL_Alloc_P().

| const char* _alloc_callsite_file = NULL |
Definition at line 45 of file cxx_memory.cxx.
Referenced by operator new().
| int _alloc_callsite_line = 0 |
Definition at line 44 of file cxx_memory.cxx.
Referenced by operator new().
| MEM_POOL* _dummy_delete_mempool = (MEM_POOL*) -1 |
Definition at line 41 of file cxx_memory.cxx.
| MEM_POOL* _dummy_new_mempool = (MEM_POOL*) -1 |
Definition at line 40 of file cxx_memory.cxx.
| size_t _dummy_pad = 0 |
Definition at line 42 of file cxx_memory.cxx.
Referenced by operator new().
1.7.1