Searched refs:_Free (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | Sys_malloc.c | 171 _Free ( in _Free() function 177 _Free (ptr, file, line) in _Free()
|
H A D | llib-llp | 156 void _Free ( void * , const char * , int );
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | lp.h | 526 #define Free(ptr) _Free(ptr, __FILE__, __LINE__) 554 void _Free ( void * , const char * , int );
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mem.c | 38 _Free( in _Free() function
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | fncs.c | 990 _Free(void *ptr, const char *file, int line) in _Free() function
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 899 extern void _Free(char *file, int line, void *p); 905 #define Free(p) _Free(__FILE__, __LINE__, (p))
|