Home
last modified time | relevance | path

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

/titanic_41/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_41/usr/src/cmd/lp/include/
H A Dlp.h526 #define Free(ptr) _Free(ptr, __FILE__, __LINE__)
554 void _Free ( void * , const char * , int );
/titanic_41/usr/src/lib/lvm/libmeta/common/
H A Dmeta_mem.c38 _Free( in _Free() function
/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c990 _Free(void *ptr, const char *file, int line) in _Free() function
/titanic_41/usr/src/head/
H A Dmeta.h899 extern void _Free(char *file, int line, void *p);
905 #define Free(p) _Free(__FILE__, __LINE__, (p))