Searched refs:err_malloc (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/logadm/
H A Derr.h61 #define MALLOC(nbytes) err_malloc(nbytes, __FILE__, __LINE__)
62 void *err_malloc(int nbytes, const char *fname, int line);
H A Derr.c251 * err_malloc -- a malloc() with checks
256 err_malloc(int nbytes, const char *fname, int line) function

Completed in 55 milliseconds