Go to the documentation of this file.
47 #include <valgrind/memcheck.h>
49 #define VALGRIND_MAKE_READABLE(addr, len)
53 #define VALGRIND_MAKE_READABLE(addr, len)
89 #define openvpn_dmalloc(file, line, size) dmalloc_malloc((file), (line), (size), DMALLOC_FUNC_MALLOC, 0, 0)
102 #define malloc(size) openvpn_dmalloc("logfile", x_msg_line_num, (size))