Home
last modified time | relevance | path

Searched refs:_Free (Results 1 – 4 of 4) sorted by relevance

/titanic_44/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c171 _Free ( in _Free() function
177 _Free (ptr, file, line) in _Free()
H A Dllib-llp156 void _Free ( void * , const char * , int );
/titanic_44/usr/src/cmd/lp/include/
H A Dlp.h526 #define Free(ptr) _Free(ptr, __FILE__, __LINE__)
554 void _Free ( void * , const char * , int );
/titanic_44/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c990 _Free(void *ptr, const char *file, int line) in _Free() function