#include "defs.h"#include "cxx_memory.h"#include "errors.h"

Go to the source code of this file.
Functions/Subroutines | |
| 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 |
Definition at line 169 of file cxx_memory.cxx.
References DevWarn, Malloc_Mem_Pool, and MEM_POOL_FREE.
Definition at line 141 of file cxx_memory.cxx.
References _alloc_callsite_file, _alloc_callsite_line, _dummy_pad, DevWarn, Is_True_On, Malloc_Mem_Pool, MEM_POOL_Alloc_P(), NULL, and ptr.
| const char* _alloc_callsite_file = NULL |
| int _alloc_callsite_line = 0 |
| MEM_POOL* _dummy_delete_mempool = (MEM_POOL*) -1 |
Definition at line 45 of file cxx_memory.cxx.
| MEM_POOL* _dummy_new_mempool = (MEM_POOL*) -1 |
Definition at line 44 of file cxx_memory.cxx.
| size_t _dummy_pad = 0 |
1.5.6