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 () |
|
|
Definition at line 72 of file mnemosyne.h. |
|
|
Definition at line 49 of file mnemosyne.h. |
|
|
|
Definition at line 48 of file mnemosyne.h. Referenced by sc_allocator::allocate(). |
|
|
Definition at line 50 of file mnemosyne.h. |
|
|
Definition at line 58 of file mnemosyne.h. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.18