Searched refs:_Malloc (Results 1 – 10 of 10) sorted by relevance
/titanic_41/usr/src/cmd/lp/lib/lp/ |
H A D | Sys_malloc.c | 66 _Malloc ( in _Malloc() function 72 _Malloc (size, file, line) in _Malloc()
|
H A D | llib-llp | 152 void * _Malloc ( size_t , const char * , int );
|
/titanic_41/usr/src/lib/lvm/libmeta/common/ |
H A D | meta_mem.c | 65 _Malloc( in _Malloc() function 111 return (memset(_Malloc(file, line, s), 0, s)); in _Zalloc()
|
/titanic_41/usr/src/cmd/sgs/prof/common/ |
H A D | symintUtil.c | 51 _Malloc(uint_t item_count, uint_t item_size) in _Malloc() function
|
H A D | symint.h | 89 void *_Malloc(uint_t item_count, uint_t item_size);
|
H A D | symintOpen.c | 164 pfile_p = _Malloc(sizeof (PROF_FILE), 1); in _symintOpen() 213 pfile_p->pf_shdarr_p = _Malloc(pfile_p->pf_elfhd_p->e_shentsize, in _symintOpen()
|
H A D | symintLoad.c | 170 prsym_list_p = symlist = (PROF_SYMBOL *)_Malloc(st_size, 1); in _symintLoad()
|
/titanic_41/usr/src/cmd/lp/include/ |
H A D | lp.h | 522 #define Malloc(size) _Malloc(size, __FILE__, __LINE__) 550 void * _Malloc ( size_t , const char * , int );
|
/titanic_41/usr/src/cmd/lp/cmd/lpsched/ |
H A D | fncs.c | 932 _Malloc(size_t size, const char *file, int line) in _Malloc() function
|
/titanic_41/usr/src/head/ |
H A D | meta.h | 894 extern void *_Malloc(char *file, int line, size_t s); 900 #define Malloc(s) _Malloc(__FILE__, __LINE__, (s))
|