Virtual U.org
Get Personal Training on VU Today
    
Top shadow
 
 register/help
User Name:

Password:

MemInfo struct Reference
Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

MemInfo Struct Reference

List of all members.

Public Attributes

void * ptr
unsigned size
char * file_name
int file_line

Detailed Description

Structure containing header and debuggin information for allocated blocks.

Definition at line 36 of file Omem.cpp.


Member Data Documentation

int MemInfo::file_line
 

Definition at line 41 of file Omem.cpp.

char* MemInfo::file_name
 

Definition at line 40 of file Omem.cpp.

void* MemInfo::ptr
 

Definition at line 37 of file Omem.cpp.

Referenced by Mem::del(), Mem::get_mem_size(), and Mem::resize().

unsigned MemInfo::size
 

Definition at line 38 of file Omem.cpp.

Referenced by Mem::del(), Mem::get_mem_size(), and Mem::resize().


The documentation for this struct was generated from the following file:
Generated on Fri Aug 23 01:39:24 2002 for VirtualU by doxygen1.2.17