Go to the source code of this file.
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.h.
|
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(). |