QxOrm 1.1.8
C++ Object Relational Mapping library
mem_leak.h File Reference
#include "debug_new.h"

Go to the source code of this file.

Defines

#define _DEBUG_NEW_REDEFINE_NEW   0
#define QX_MEM_LEAK_STATIC_OR_INLINE   inline
#define new   DEBUG_NEW

Functions

QX_MEM_LEAK_STATIC_OR_INLINE void * operator new (size_t size) throw (std::bad_alloc)
QX_MEM_LEAK_STATIC_OR_INLINE void * operator new[] (size_t size) throw (std::bad_alloc)
QX_MEM_LEAK_STATIC_OR_INLINE void operator delete (void *pointer) throw ()
QX_MEM_LEAK_STATIC_OR_INLINE void operator delete[] (void *pointer) throw ()
QX_MEM_LEAK_STATIC_OR_INLINE void operator delete (void *pointer, const std::nothrow_t &) throw ()
QX_MEM_LEAK_STATIC_OR_INLINE void operator delete[] (void *pointer, const std::nothrow_t &) throw ()

Define Documentation

#define _DEBUG_NEW_REDEFINE_NEW   0

Definition at line 33 of file mem_leak.h.

#define new   DEBUG_NEW

Definition at line 61 of file mem_leak.h.

#define QX_MEM_LEAK_STATIC_OR_INLINE   inline

Definition at line 44 of file mem_leak.h.


Function Documentation

QX_MEM_LEAK_STATIC_OR_INLINE void operator delete ( void *  pointer) throw ()

Definition at line 50 of file mem_leak.h.

QX_MEM_LEAK_STATIC_OR_INLINE void operator delete ( void *  pointer,
const std::nothrow_t &   
) throw ()

Definition at line 54 of file mem_leak.h.

QX_MEM_LEAK_STATIC_OR_INLINE void operator delete[] ( void *  pointer) throw ()

Definition at line 51 of file mem_leak.h.

QX_MEM_LEAK_STATIC_OR_INLINE void operator delete[] ( void *  pointer,
const std::nothrow_t &   
) throw ()

Definition at line 55 of file mem_leak.h.

QX_MEM_LEAK_STATIC_OR_INLINE void* operator new ( size_t  size) throw (std::bad_alloc)

Definition at line 48 of file mem_leak.h.

QX_MEM_LEAK_STATIC_OR_INLINE void* operator new[] ( size_t  size) throw (std::bad_alloc)

Definition at line 49 of file mem_leak.h.

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines