Searched refs:err_malloc (Results 1 – 2 of 2) sorted by relevance
61 #define MALLOC(nbytes) err_malloc(nbytes, __FILE__, __LINE__)62 void *err_malloc(int nbytes, const char *fname, int line);
256 err_malloc(int nbytes, const char *fname, int line) in err_malloc() function