Public Member Functions | |
| MemoryCounterClass (void) | |
| void | Memory_Allocated (int size) |
| void | Memory_Released (int size) |
| int | Get_Current_Allocated_Memory (void) |
| int | Get_Peak_Allocated_Memory (void) |
Protected Attributes | |
| int | CurrentAllocation |
| int | PeakAllocation |
MemoryCounterClass This object will store statistics for each memory category. It can provide things like the current amount of allocated memory and the peak amount of allocated memory.
Definition at line 129 of file wwmemlog.cpp.
|
inline |
Definition at line 132 of file wwmemlog.cpp.
|
inline |
Definition at line 137 of file wwmemlog.cpp.
|
inline |
Definition at line 138 of file wwmemlog.cpp.
|
inline |
Definition at line 134 of file wwmemlog.cpp.
|
inline |
Definition at line 135 of file wwmemlog.cpp.
|
protected |
Definition at line 141 of file wwmemlog.cpp.
|
protected |
Definition at line 142 of file wwmemlog.cpp.