Home
last modified time | relevance | path

Searched refs:debug_malloc (Results 1 – 2 of 2) sorted by relevance

/dragonfly/bin/cpdup/
H A Dcpdup.h103 void *debug_malloc(size_t bytes, const char *file, int line);
106 #define malloc(bytes) debug_malloc(bytes, __FILE__, __LINE__)
H A Dmisc.c118 debug_malloc(size_t bytes, const char *file, int line) in debug_malloc() function