MInfoPair Struct Reference

[Internal] Info that is used for any given malloc or free More...

List of all members.

Public Member Functions

 MInfoPair ()
 MInfoPair (const char *f, int l, int s)

Public Attributes

const char * file
int line
int size


Detailed Description

[Internal] Info that is used for any given malloc or free

Definition at line 29 of file MercuryMemory.cpp.


Constructor & Destructor Documentation

MInfoPair::MInfoPair (  )  [inline]

Definition at line 31 of file MercuryMemory.cpp.

MInfoPair::MInfoPair ( const char *  f,
int  l,
int  s 
) [inline]

Definition at line 32 of file MercuryMemory.cpp.


Member Data Documentation

const char* MInfoPair::file

Definition at line 33 of file MercuryMemory.cpp.

int MInfoPair::line

Definition at line 34 of file MercuryMemory.cpp.

int MInfoPair::size

Definition at line 35 of file MercuryMemory.cpp.


The documentation for this struct was generated from the following file:
Hosted by SourceForge.net Logo