#include <XalanDiagnosticMemoryManager.hpp>
Inherits XalanMemoryManager.
Classes | |
struct | Data |
class | LockException |
Public Types | |
enum | { defaultBytesToDump = 20u } |
typedef std::ostream | StreamType |
typedef XalanMap< void *, Data > | MapType |
typedef MapType::const_iterator | const_iterator |
![]() | |
typedef size_t | size_type |
Public Member Functions | |
XalanDiagnosticMemoryManager (MemoryManager &theMemoryManager, bool fAssertErrors=false, StreamType *theStream=0) | |
virtual | ~XalanDiagnosticMemoryManager () |
virtual void * | allocate (size_type size) |
virtual void | deallocate (void *pointer) |
virtual MemoryManager * | getExceptionMemoryManager () |
bool | getAssertErrors () const |
void | setAssertErrors (bool fFlag) |
size_type | getHighWaterMark () const |
size_type | getAllocated () const |
size_type | getAllocations () const |
const_iterator | getAllocationsIterator () const |
void | lock () |
void | unlock () |
void | dumpStatistics (StreamType *theStream=0, size_type theBytesToDump=defaultBytesToDump) |
![]() | |
XalanMemoryManager () | |
virtual | ~XalanMemoryManager () |
Additional Inherited Members | |
![]() | |
static MemoryManager & | getExceptionMemoryManager (MemoryManager &theMemoryManager) |
![]() | |
XalanMemoryManager (const XalanMemoryManager &theSource) | |
XalanMemoryManager & | operator= (const XalanMemoryManager &) |
Definition at line 49 of file XalanDiagnosticMemoryManager.hpp.
Definition at line 146 of file XalanDiagnosticMemoryManager.hpp.
typedef XalanMap<void*, Data> XalanDiagnosticMemoryManager::MapType |
Definition at line 144 of file XalanDiagnosticMemoryManager.hpp.
typedef std::ostream XalanDiagnosticMemoryManager::StreamType |
Definition at line 56 of file XalanDiagnosticMemoryManager.hpp.
anonymous enum |
Enumerator | |
---|---|
defaultBytesToDump |
Definition at line 166 of file XalanDiagnosticMemoryManager.hpp.
XalanDiagnosticMemoryManager::XalanDiagnosticMemoryManager | ( | MemoryManager & | theMemoryManager, |
bool | fAssertErrors = false , |
||
StreamType * | theStream = 0 |
||
) |
|
virtual |
|
virtual |
Implements XalanMemoryManager.
|
virtual |
Implements XalanMemoryManager.
void XalanDiagnosticMemoryManager::dumpStatistics | ( | StreamType * | theStream = 0 , |
size_type | theBytesToDump = defaultBytesToDump |
||
) |
|
inline |
Definition at line 111 of file XalanDiagnosticMemoryManager.hpp.
|
inline |
Definition at line 118 of file XalanDiagnosticMemoryManager.hpp.
|
inline |
Definition at line 149 of file XalanDiagnosticMemoryManager.hpp.
|
inline |
Definition at line 90 of file XalanDiagnosticMemoryManager.hpp.
|
virtual |
Implements XalanMemoryManager.
|
inline |
Definition at line 104 of file XalanDiagnosticMemoryManager.hpp.
|
inline |
Definition at line 155 of file XalanDiagnosticMemoryManager.hpp.
|
inline |
Definition at line 96 of file XalanDiagnosticMemoryManager.hpp.
|
inline |
Definition at line 161 of file XalanDiagnosticMemoryManager.hpp.
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
Xalan-C++ XSLT Processor Version 1.11 |
|