Public Member Functions | |
| int | Get_Current_Allocated_Memory (int category) |
| int | Get_Peak_Allocated_Memory (int category) |
| int | Register_Memory_Allocated (int size) |
| void | Register_Memory_Released (int category, int size) |
| void | Push_Active_Category (int category) |
| void | Pop_Active_Category (void) |
| void | Init () |
MemLogClass This class ties all of the logging datastructures together into a single object which can be created on demand when the first 'new' call is encountered.
Definition at line 219 of file wwmemlog.cpp.
| int MemLogClass::Get_Current_Allocated_Memory | ( | int | category | ) |
Definition at line 423 of file wwmemlog.cpp.
| int MemLogClass::Get_Peak_Allocated_Memory | ( | int | category | ) |
Definition at line 429 of file wwmemlog.cpp.
| void MemLogClass::Init | ( | ) |
Definition at line 435 of file wwmemlog.cpp.
| void MemLogClass::Pop_Active_Category | ( | void | ) |
Definition at line 468 of file wwmemlog.cpp.
| void MemLogClass::Push_Active_Category | ( | int | category | ) |
Definition at line 461 of file wwmemlog.cpp.
| int MemLogClass::Register_Memory_Allocated | ( | int | size | ) |
Definition at line 444 of file wwmemlog.cpp.
| void MemLogClass::Register_Memory_Released | ( | int | category, |
| int | size ) |
Definition at line 455 of file wwmemlog.cpp.