Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
MemLogClass Class Reference

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 ()
 

Detailed Description

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.

Member Function Documentation

◆ Get_Current_Allocated_Memory()

int MemLogClass::Get_Current_Allocated_Memory ( int category)

Definition at line 423 of file wwmemlog.cpp.

◆ Get_Peak_Allocated_Memory()

int MemLogClass::Get_Peak_Allocated_Memory ( int category)

Definition at line 429 of file wwmemlog.cpp.

◆ Init()

void MemLogClass::Init ( )

Definition at line 435 of file wwmemlog.cpp.

◆ Pop_Active_Category()

void MemLogClass::Pop_Active_Category ( void )

Definition at line 468 of file wwmemlog.cpp.

◆ Push_Active_Category()

void MemLogClass::Push_Active_Category ( int category)

Definition at line 461 of file wwmemlog.cpp.

◆ Register_Memory_Allocated()

int MemLogClass::Register_Memory_Allocated ( int size)

Definition at line 444 of file wwmemlog.cpp.

◆ Register_Memory_Released()

void MemLogClass::Register_Memory_Released ( int category,
int size )

Definition at line 455 of file wwmemlog.cpp.


The documentation for this class was generated from the following file: