Home
last modified time | relevance | path

Searched refs:_Malloc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c64 _Malloc ( in _Malloc() function
70 _Malloc (size, file, line) in _Malloc()
/illumos-gate/usr/src/cmd/lp/include/
H A Dlp.h524 #define Malloc(size) _Malloc(size, __FILE__, __LINE__)
552 void *_Malloc(size_t, const char *, int);
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c932 _Malloc(size_t size, const char *file, int line) in _Malloc() function