![]() |
My Project
|
#include <omallocClass.h>
Public Member Functions | |
void * | operator new (size_t size) throw (std::bad_alloc) |
void | operator delete (void *block) throw () |
void * | operator new[] (size_t size) throw (std::bad_alloc) |
void | operator delete[] (void *block) throw () |
void * | operator new (size_t size, const std::nothrow_t &) throw () |
void * | operator new[] (size_t size, const std::nothrow_t &) throw () |
Definition at line 19 of file omallocClass.h.
Definition at line 34 of file omallocClass.h.
Definition at line 54 of file omallocClass.h.
Definition at line 24 of file omallocClass.h.
Definition at line 34 of file omallocClass.cc.
Definition at line 43 of file omallocClass.h.
Definition at line 41 of file omallocClass.cc.