Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

mnemosyne.h File Reference

Go to the source code of this file.

Defines

#define malloc(siz)   mnem_malloc(siz,__FILE__,__LINE__)
#define calloc(siz, cnt)   mnem_calloc(siz,cnt,__FILE__,__LINE__)
#define realloc(ptr, siz)   mnem_realloc(ptr,siz,__FILE__,__LINE__)
#define free(ptr)   mnem_free(ptr,__FILE__,__LINE__)
#define _INCL_MNEMOSYNE_H

Typedefs

typedef char * mall_t

Functions

mall_t mnem_malloc ()
mall_t mnem_calloc ()
mall_t mnem_realloc ()
void mnem_free ()
int mnem_recording ()
int mnem_setrecording ()
void mnem_setlog ()
int mnem_writestats ()


Define Documentation

#define _INCL_MNEMOSYNE_H
 

Definition at line 72 of file mnemosyne.h.

#define calloc siz,
cnt       mnem_calloc(siz,cnt,__FILE__,__LINE__)
 

Definition at line 49 of file mnemosyne.h.

#define free ptr       mnem_free(ptr,__FILE__,__LINE__)
 

Definition at line 51 of file mnemosyne.h.

Referenced by sc_dt::scfx_mant::operator=(), sc_report::operator=(), sc_report_handler::release(), sc_dt::scfx_mant::resize_to(), sc_strhash_kfree(), sc_report_handler::set_log_file_name(), sc_process_base::~sc_process_base(), sc_report::~sc_report(), and sc_dt::scfx_mant::~scfx_mant().

#define malloc siz       mnem_malloc(siz,__FILE__,__LINE__)
 

Definition at line 48 of file mnemosyne.h.

Referenced by sc_allocator::allocate().

#define realloc ptr,
siz       mnem_realloc(ptr,siz,__FILE__,__LINE__)
 

Definition at line 50 of file mnemosyne.h.


Typedef Documentation

typedef char* mall_t
 

Definition at line 58 of file mnemosyne.h.


Function Documentation

mall_t mnem_calloc  
 

void mnem_free  
 

mall_t mnem_malloc  
 

mall_t mnem_realloc  
 

int mnem_recording  
 

void mnem_setlog  
 

int mnem_setrecording  
 

int mnem_writestats  
 


Generated on Fri Jan 14 08:29:20 2005 for SystemC2.1beta11(excludingMSLib)(IncludingSCV)\nProvidedby:www.openverificationfoundation.org by doxygen1.2.18