Searched refs:_Realloc (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | Sys_malloc.c | 90 _Realloc ( in _Realloc() function 97 _Realloc (ptr, size, file, line) in _Realloc()
|
H A D | llib-llp | 153 void * _Realloc ( void * , size_t , const char * , int );
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | lp.h | 523 #define Realloc(ptr,size) _Realloc(ptr, size, __FILE__, __LINE__) 551 void * _Realloc ( void * , size_t , const char * , int );
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mem.c | 132 _Realloc( in _Realloc() function
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | fncs.c | 946 _Realloc(void *ptr, size_t size, const char *file, int line) in _Realloc() function
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 896 extern void *_Realloc(char *file, int line, void *p, size_t s); 902 #define Realloc(p, s) _Realloc(__FILE__, __LINE__, (p), (s))
|