Classes | |
| struct | Data |
| class | LockException |
Public Types | |
| enum | { defaultBytesToDump = 20u } |
| typedef unsigned int | int_type |
| typedef std::ostream | StreamType |
| typedef size_t | size_type |
| typedef XalanMap< void *, Data > | MapType |
| typedef MapType::const_iterator | const_iterator |
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) |
| 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) |
| typedef unsigned int XalanDiagnosticMemoryManager::int_type |
| typedef XalanMap<void*, Data> XalanDiagnosticMemoryManager::MapType |
| typedef size_t XalanDiagnosticMemoryManager::size_type |
| typedef std::ostream XalanDiagnosticMemoryManager::StreamType |
| XalanDiagnosticMemoryManager::XalanDiagnosticMemoryManager | ( | MemoryManager & | theMemoryManager, |
| bool | fAssertErrors = false, |
||
| StreamType * | theStream = 0 |
||
| ) |
|
virtual |
|
virtual |
|
virtual |
| void XalanDiagnosticMemoryManager::dumpStatistics | ( | StreamType * | theStream = 0, |
| size_type | theBytesToDump = defaultBytesToDump |
||
| ) |
| size_type XalanDiagnosticMemoryManager::getAllocated | ( | ) | const |
| size_type XalanDiagnosticMemoryManager::getAllocations | ( | ) | const |
| const_iterator XalanDiagnosticMemoryManager::getAllocationsIterator | ( | ) | const |
| bool XalanDiagnosticMemoryManager::getAssertErrors | ( | ) | const |
| size_type XalanDiagnosticMemoryManager::getHighWaterMark | ( | ) | const |
| void XalanDiagnosticMemoryManager::lock | ( | ) |
| void XalanDiagnosticMemoryManager::setAssertErrors | ( | bool | fFlag | ) |
| void XalanDiagnosticMemoryManager::unlock | ( | ) |
Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.
|
Xalan-C++ XSLT Processor Version 1.10 |
|
|