Home
last modified time | relevance | path

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.c257 err_malloc(int nbytes, const char *fname, int line) in err_malloc() function