|
reSIProcate/rutil
9694
|
#include "rutil/HeapInstanceCounter.hxx"#include "rutil/Mutex.hxx"#include "rutil/Logger.hxx"#include "rutil/Data.hxx"#include <assert.h>#include <map>
Go to the source code of this file.
Classes | |
| struct | InstanceCounts |
Defines | |
| #define | RESIPROCATE_SUBSYSTEM resip::Subsystem::STATS |
Typedefs | |
| typedef map< void *, unsigned long > | AllocationSizeMap |
| typedef map< Data, InstanceCounts > | AllocationMap |
Variables | |
| Mutex | allocationMutex |
| AllocationMap | allocationMap |
| #define RESIPROCATE_SUBSYSTEM resip::Subsystem::STATS |
Definition at line 12 of file HeapInstanceCounter.cxx.
| typedef map<Data, InstanceCounts> AllocationMap |
Definition at line 33 of file HeapInstanceCounter.cxx.
| typedef map<void *, unsigned long> AllocationSizeMap |
Definition at line 14 of file HeapInstanceCounter.cxx.
Definition at line 35 of file HeapInstanceCounter.cxx.
Definition at line 34 of file HeapInstanceCounter.cxx.
1.7.5.1