Go to the source code of this file.
Defines | |
#define | DMALLOC_ADDRESS_SIZE 100 |
Functions | |
void * | dmalloc (size_t size, char *message, char *file) |
Allocate memory (using malloc), and log a message into a log file. | |
int | dfree (void *p, char *message, char *file) |
Free allocated memory (using free), and log a message into a log file. |
Definition in file dmalloc.c.
|
Free allocated memory (using free), and log a message into a log file.
Definition at line 60 of file dmalloc.c. References my_logger(). |
|
Allocate memory (using malloc), and log a message into a log file.
Definition at line 18 of file dmalloc.c. References my_logger(). |