libpulsar
A modular compiler for the pulsar programming language
Loading...
Searching...
No Matches
Macros
mtrack.h File Reference

Enables malloc tracking functionality. More...

#include "def.h"

Go to the source code of this file.

Macros

#define tinit()   /* mothing */
 
#define tdestroy()   /* nothing */
 
#define tdump(dump_mode)   /* nothing */
 
#define tdump_on_exit()   /* nothing */
 
#define tusage()   0
 

Detailed Description

Enables malloc tracking functionality.

Author
Ethan Uppal

Definition in file mtrack.h.

Macro Definition Documentation

◆ tdestroy

#define tdestroy ( )    /* nothing */

Definition at line 19 of file mtrack.h.

◆ tdump

#define tdump (   dump_mode)    /* nothing */

Definition at line 20 of file mtrack.h.

◆ tdump_on_exit

#define tdump_on_exit ( )    /* nothing */

Definition at line 21 of file mtrack.h.

◆ tinit

#define tinit ( )    /* mothing */

Definition at line 18 of file mtrack.h.

◆ tusage

#define tusage ( )    0

Definition at line 22 of file mtrack.h.