#include <mlMemoryProfile.h>
Public Member Functions | |
| MLCurrentlyUsedMemoryTracker () | |
| virtual | ~MLCurrentlyUsedMemoryTracker () |
| virtual size_t | getCurrentlyUsedMemory () const =0 |
Friends | |
| class | MLMemoryProfile |
Definition at line 23 of file mlMemoryProfile.h.
| MLCurrentlyUsedMemoryTracker::MLCurrentlyUsedMemoryTracker | ( | ) | [inline] |
Definition at line 26 of file mlMemoryProfile.h.
| virtual MLCurrentlyUsedMemoryTracker::~MLCurrentlyUsedMemoryTracker | ( | ) | [virtual] |
| virtual size_t MLCurrentlyUsedMemoryTracker::getCurrentlyUsedMemory | ( | ) | const [pure virtual] |
friend class MLMemoryProfile [friend] |
Definition at line 33 of file mlMemoryProfile.h.
1.5.8