#include <Wm4Memory.h>
Public Attributes | |
const char * | File |
bool | IsArray |
unsigned int | Line |
Block * | Next |
Block * | Prev |
size_t | Size |
Definition at line 43 of file Wm4Memory.h.
const char* Wm4::Memory::Block::File |
Definition at line 46 of file Wm4Memory.h.
Referenced by Wm4::Memory::Allocate(), and Wm4::Memory::GenerateReport().
Definition at line 48 of file Wm4Memory.h.
Referenced by Wm4::Memory::Allocate(), and Wm4::Memory::Deallocate().
unsigned int Wm4::Memory::Block::Line |
Definition at line 47 of file Wm4Memory.h.
Referenced by Wm4::Memory::Allocate().
Definition at line 50 of file Wm4Memory.h.
Referenced by Wm4::Memory::GenerateReport(), Wm4::Memory::InsertBlock(), and Wm4::Memory::RemoveBlock().
Definition at line 49 of file Wm4Memory.h.
Referenced by Wm4::Memory::InsertBlock(), and Wm4::Memory::RemoveBlock().
size_t Wm4::Memory::Block::Size |
Definition at line 45 of file Wm4Memory.h.
Referenced by Wm4::Memory::Allocate(), Wm4::Memory::Deallocate(), and Wm4::Memory::GenerateReport().