reSIProcate/rutil  9694
Classes | Defines | Typedefs | Variables
HeapInstanceCounter.cxx File Reference
#include "rutil/HeapInstanceCounter.hxx"
#include "rutil/Mutex.hxx"
#include "rutil/Logger.hxx"
#include "rutil/Data.hxx"
#include <assert.h>
#include <map>
Include dependency graph for HeapInstanceCounter.cxx:

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, InstanceCountsAllocationMap

Variables

Mutex allocationMutex
AllocationMap allocationMap

Define Documentation

#define RESIPROCATE_SUBSYSTEM   resip::Subsystem::STATS

Definition at line 12 of file HeapInstanceCounter.cxx.


Typedef Documentation

Definition at line 33 of file HeapInstanceCounter.cxx.

typedef map<void *, unsigned long> AllocationSizeMap

Definition at line 14 of file HeapInstanceCounter.cxx.


Variable Documentation

Definition at line 35 of file HeapInstanceCounter.cxx.

Definition at line 34 of file HeapInstanceCounter.cxx.